mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add ASViewController and update Multiplex sample to use it.
This commit is contained in:
19
examples/Multiplex/Sample/ScreenNode.h
Normal file
19
examples/Multiplex/Sample/ScreenNode.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ScreenNode.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Huy Nguyen on 16/09/15.
|
||||
// Copyright (c) 2015 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
|
||||
@interface ScreenNode : ASDisplayNode
|
||||
|
||||
@property (nonatomic, strong) ASMultiplexImageNode *imageNode;
|
||||
@property (nonatomic, strong) ASTextNode *textNode;
|
||||
|
||||
- (void)start;
|
||||
- (void)reload;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user