10 lines
231 B
C
10 lines
231 B
C
|
#import <sys/utsname.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <React/RCTBridgeModule.h>
|
||
|
#import "RCTLog.h"
|
||
|
|
||
|
@interface MailManager : NSObject <RCTBridgeModule, MFMailComposeViewControllerDelegate>
|
||
|
|
||
|
@end
|