mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-29 20:31:15 +00:00
Co-authored-by: Jesse Katsumata <niconico.clarinet@gmail.com>
10 lines
200 B
Objective-C
10 lines
200 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
int main(int argc, char * argv[]) {
|
|
@autoreleasepool {
|
|
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
|
}
|
|
}
|