20 lines
326 B
C
20 lines
326 B
C
|
#import <React/RCTViewManager.h>
|
||
|
|
||
|
@protocol RNSScreenContainerDelegate
|
||
|
|
||
|
- (void)markChildUpdated;
|
||
|
|
||
|
@end
|
||
|
|
||
|
@protocol RNScreensViewControllerDelegate
|
||
|
|
||
|
@end
|
||
|
|
||
|
@interface RNScreensViewController: UIViewController <RNScreensViewControllerDelegate>
|
||
|
|
||
|
@end
|
||
|
|
||
|
@interface RNSScreenContainerView : UIView <RNSScreenContainerDelegate>
|
||
|
|
||
|
@end
|