| 12345678910111213141516171819202122232425 |
- //
- // 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"
- //@interface AppDelegate ()
- //
- //
- //
- //@end
- @implementation AppDelegate
- //@synthesize devices;
- @end
|