9 lines
255 B
C
9 lines
255 B
C
|
#import "RNSScreen.h"
|
||
|
|
||
|
@interface RNSScreenStackAnimator : NSObject <UIViewControllerAnimatedTransitioning>
|
||
|
|
||
|
- (instancetype)initWithOperation:(UINavigationControllerOperation)operation;
|
||
|
+ (BOOL)isCustomAnimation:(RNSScreenStackAnimation)animation;
|
||
|
|
||
|
@end
|