nexo/apps/mattermost/libraries/@mattermost/secure-pdf-viewer/ios/RCTSecurePDFViewerComponentView.h

16 lines
259 B
Objective-C

#ifdef RCT_NEW_ARCH_ENABLED
#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class SecurePdfViewerComponentView;
@interface RCTSecurePDFViewerComponentView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END
#endif