Files
notesnook/apps/mobile/ios/Make Note/ShareViewController.h
Abdullah Atta 3de225f7c9 mobile: upgrade react native 0.82
this commit also bump app version to 3.3.10-beta.0
2025-11-27 11:32:50 +05:00

7 lines
151 B
Objective-C

#import <UIKit/UIKit.h>
#import <React/RCTBridgeModule.h>
@interface ShareViewController : UIViewController<RCTBridgeModule>
- (void) shareView;
@end