diff --git a/ios/RNSScreenStackAnimator.h b/ios/RNSScreenStackAnimator.h index a9b0e6b9f..0870f8d1e 100644 --- a/ios/RNSScreenStackAnimator.h +++ b/ios/RNSScreenStackAnimator.h @@ -20,19 +20,3 @@ + (BOOL)isCustomAnimation:(RNSScreenStackAnimation)animation; @end - -@interface RNSScreenStackAnimatorLegacy : NSObject - -- (nonnull instancetype)initWithOperation:(UINavigationControllerOperation)operation; - -/// In case of interactive / interruptible transition (e.g. swipe back gesture) this method should return -/// timing parameters expected by animator to be used for animation completion (e.g. when user's -/// gesture had ended). -/// -/// @return timing curve provider expected to be used for animation completion or nil, -/// when there is no interactive transition running. -- (nullable id)timingParamsForAnimationCompletion; - -+ (BOOL)isCustomAnimation:(RNSScreenStackAnimation)animation; - -@end