Files
notesnook/apps/mobile/native/ios/Make Note/ShareViewController.h

7 lines
151 B
C
Raw Normal View History

2021-01-08 12:23:55 +05:00
#import <UIKit/UIKit.h>
2021-01-08 12:34:23 +05:00
#import <React/RCTBridgeModule.h>
2021-01-08 12:23:55 +05:00
2021-01-08 12:34:23 +05:00
@interface ShareViewController : UIViewController<RCTBridgeModule>
- (void) shareView;
2021-01-08 12:23:55 +05:00
@end