| 123456789101112131415161718192021 |
- //
- // AppDelegate.m
- // RedAnt ERP Suite
- //
- // Created by Ray on 14-5-19.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import "AppDelegate.h"
- @implementation AppDelegate
- //SoftKeyboardManager.shared.disabled = false
- //@synthesize devices;
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
- {
- [super application:application didFinishLaunchingWithOptions:launchOptions];
- return YES;
- }
- @end
|