123456789101112131415161718 |
- //
- // AppDelegate.h
- // WSCloudStorage
- //
- // Created by JonathanH on 2017/7/26.
- // Copyright © 2017年 wswinsoft. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|