newsmemory-ios-sdk/Frameworks/RNFastImage.xcframework/ios-arm64/Headers/FFFastImageViewComponentView.h

13 lines
193 B
Objective-C

#ifdef RCT_NEW_ARCH_ENABLED
#import <React/RCTViewComponentView.h>
NS_ASSUME_NONNULL_BEGIN
@interface FFFastImageViewComponentView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END
#endif