#import #import #import "RNNScreenTransition.h" @interface RNNPushAnimation : NSObject @property (nonatomic, strong) RNNScreenTransition* screenTransition; - (instancetype)initWithScreenTransition:(RNNScreenTransition *)screenTransition; @end