//
//  AppDelegate.h
//  __PROJECT_NAME__
//
//  Created by 罗坚(EX-LUOJIAN004) on 2018/7/20.
//  Copyright © 2018年 罗坚(EX-LUOJIAN004). All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

