mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 09:20:54 +08:00
11 lines
182 B
Objective-C
11 lines
182 B
Objective-C
#import <React/RCTViewManager.h>
|
|
|
|
@protocol RNSScreenContainerDelegate
|
|
|
|
- (void)markChildUpdated;
|
|
|
|
@end
|
|
|
|
@interface RNSScreenContainerView : UIView <RNSScreenContainerDelegate>
|
|
@end
|