基础库
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
12345678910111213
  1. #import "AppDelegate.h"
  2. #import "GeneratedPluginRegistrant.h"
  3. @implementation AppDelegate
  4. - (BOOL)application:(UIApplication *)application
  5. didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  6. [GeneratedPluginRegistrant registerWithRegistry:self];
  7. // Override point for customization after application launch.
  8. return [super application:application didFinishLaunchingWithOptions:launchOptions];
  9. }
  10. @end