| 123456789101112131415161718192021 |
- //
- // AppDelegate.h
- // RedAnt ERP Suite
- //
- // Created by Ray on 14-5-19.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //#import "MainViewController.h"
- //#import "ActiveViewController.h"
- #import "AppDelegateBase.h"
- @interface AppDelegate : AppDelegateBase
- @end
|