added: using_snackbar

This commit is contained in:
Nishant Srivastava
2018-01-20 03:51:11 +05:30
parent f6519a651d
commit 959888ab4b
58 changed files with 1438 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#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