mirror of
https://github.com/status-im/react-native-mail.git
synced 2026-08-31 03:31:13 +00:00
7 lines
149 B
Objective-C
7 lines
149 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface RNMail : NSObject <RCTBridgeModule, MFMailComposeViewControllerDelegate>
|
|
|
|
@end
|