Files
projet_gestion_commande/frontend-admin/node_modules/react-native-screens/ios/RNSPercentDrivenInteractiveTransition.h
T
2026-02-07 22:33:02 +01:00

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