Files
Fluxup_PAP/node_modules/react-native-screens/ios/RNSPercentDrivenInteractiveTransition.h
2026-03-10 16:18:05 +00:00

15 lines
294 B
Objective-C

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