Files
projet_gestion_commande/frontend-admin/node_modules/react-native-safe-area-context/ios/RNCOnInsetsChangeEvent.h
T
2026-02-07 22:33:02 +01:00

13 lines
442 B
Objective-C

#import <Foundation/Foundation.h>
#import <React/RCTEventDispatcherProtocol.h>
@interface RNCOnInsetsChangeEvent : NSObject <RCTEvent>
- (instancetype)initWithEventName:(NSString *)eventName
reactTag:(NSNumber *)reactTag
insets:(UIEdgeInsets)insets
frame:(CGRect)frame
coalescingKey:(uint16_t)coalescingKey NS_DESIGNATED_INITIALIZER;
@end