GT2/Ejectable/node_modules/react-native-screens/ios/RNSScreenContainer.h

20 lines
326 B
C
Raw Normal View History

2021-08-16 00:14:59 +00:00
#import <React/RCTViewManager.h>
@protocol RNSScreenContainerDelegate
- (void)markChildUpdated;
@end
@protocol RNScreensViewControllerDelegate
@end
@interface RNScreensViewController: UIViewController <RNScreensViewControllerDelegate>
@end
@interface RNSScreenContainerView : UIView <RNSScreenContainerDelegate>
@end