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

20 lines
326 B
Objective-C

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