• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include "AppDelegate.h"
2#include "GeneratedPluginRegistrant.h"
3
4@implementation AppDelegate
5
6- (BOOL)application:(UIApplication *)application
7    didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
8  [GeneratedPluginRegistrant registerWithRegistry:self];
9  // Override point for customization after application launch.
10  return [super application:application didFinishLaunchingWithOptions:launchOptions];
11}
12
13@end
14