newsmemory-ios-sdk/Frameworks/react-native-webview.xcfram.../ios-arm64/Headers/RNCWebView.h

30 lines
773 B
C
Raw Normal View History

2024-11-20 14:28:34 +00:00
// This guard prevent this file to be compiled in the old architecture.
#ifdef RCT_NEW_ARCH_ENABLED
#import <React/RCTViewComponentView.h>
#import <React/RCTConversions.h>
#import <WebKit/WKDataDetectorTypes.h>
#import <UIKit/UIKit.h>
#import <react/renderer/components/RNCWebViewSpec/Props.h>
2024-05-02 15:08:24 +00:00
2024-11-20 14:28:34 +00:00
#ifndef NativeComponentExampleComponentView_h
#define NativeComponentExampleComponentView_h
2024-05-02 15:08:24 +00:00
2024-11-20 14:28:34 +00:00
NS_ASSUME_NONNULL_BEGIN
2024-05-02 15:08:24 +00:00
2024-11-20 14:28:34 +00:00
@interface RNCWebView : RCTViewComponentView
2024-05-02 15:08:24 +00:00
@end
2024-11-20 14:28:34 +00:00
namespace facebook {
namespace react {
bool operator==(const RNCWebViewMenuItemsStruct& a, const RNCWebViewMenuItemsStruct& b)
{
return b.key == a.key && b.label == a.label;
}
}
}
2024-05-02 15:08:24 +00:00
2024-11-20 14:28:34 +00:00
NS_ASSUME_NONNULL_END
2024-05-02 15:08:24 +00:00
2024-11-20 14:28:34 +00:00
#endif /* NativeComponentExampleComponentView_h */
#endif /* RCT_NEW_ARCH_ENABLED */