AppDelegate.m 501 B

123456789101112131415161718192021
  1. //
  2. // AppDelegate.m
  3. // RedAnt ERP Suite
  4. //
  5. // Created by Ray on 14-5-19.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "AppDelegate.h"
  9. @implementation AppDelegate
  10. //SoftKeyboardManager.shared.disabled = false
  11. //@synthesize devices;
  12. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  13. {
  14. [super application:application didFinishLaunchingWithOptions:launchOptions];
  15. return YES;
  16. }
  17. @end