AppDelegate.h 336 B

123456789101112131415161718192021
  1. //
  2. // AppDelegate.h
  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 <UIKit/UIKit.h>
  9. //#import "MainViewController.h"
  10. //#import "ActiveViewController.h"
  11. #import "AppDelegateBase.h"
  12. @interface AppDelegate : AppDelegateBase
  13. @end