AppDelegate.m 294 B

12345678910111213141516171819202122232425
  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. //@interface AppDelegate ()
  10. //
  11. //
  12. //
  13. //@end
  14. @implementation AppDelegate
  15. //@synthesize devices;
  16. @end