mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
7 lines
151 B
Objective-C
7 lines
151 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface ShareViewController : UIViewController<RCTBridgeModule>
|
|
- (void) shareView;
|
|
@end
|