newsmemory-ios-sdk/Frameworks/RNScreens.xcframework/ios-arm64/Headers/RNSPercentDrivenInteractive...

13 lines
280 B
Objective-C

#import <UIKit/UIKit.h>
#import "RNSScreenStackAnimator.h"
NS_ASSUME_NONNULL_BEGIN
@interface RNSPercentDrivenInteractiveTransition : UIPercentDrivenInteractiveTransition
@property (nonatomic, nullable) RNSScreenStackAnimator *animationController;
@end
NS_ASSUME_NONNULL_END