Initial commit

This commit is contained in:
Arjun Patel
2019-05-23 18:22:34 -07:00
commit 59f966b44c
59 changed files with 1569 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "AppDelegate.h"
#include "GeneratedPluginRegistrant.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
// Override point for customization after application launch.
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}
@end