Files
Fluxup_PAP/node_modules/react-native-safe-area-context/ios/Fabric/RNCSafeAreaViewComponentView.h
2026-03-10 16:18:05 +00:00

16 lines
256 B
Objective-C

#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
#elif TARGET_OS_OSX
#import <AppKit/AppKit.h>
#endif
#import <React/RCTViewComponentView.h>
NS_ASSUME_NONNULL_BEGIN
@interface RNCSafeAreaViewComponentView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END