Files
youle_app_ios/msext/AppDelegate.h
benjaminchao b106a628a5 Initial Commit
2015-07-23 09:32:59 +08:00

18 lines
266 B
Objective-C

//
// AppDelegate.h
// msext
//
// Created by chao on 15/7/23.
// Copyright (c) 2015年 chao. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end