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

4 lines
168 B
C
Raw Normal View History

2021-08-16 00:14:59 +00:00
@interface RNSScreenStackAnimator : NSObject <UIViewControllerAnimatedTransitioning>
- (instancetype)initWithOperation:(UINavigationControllerOperation)operation;
@end