#import @protocol RNSScreenContainerDelegate - (void)markChildUpdated; - (void)updateContainer; @end @protocol RNScreensViewControllerDelegate @end @interface RNScreensViewController : UIViewController - (UIViewController *)findActiveChildVC; @end @interface RNSScreenContainerManager : RCTViewManager @end @interface RNSScreenContainerView : UIView @property (nonatomic, retain) UIViewController *controller; @property (nonatomic, retain) NSMutableArray *reactSubviews; - (void)maybeDismissVC; @end