//
//  AppDelegate.h
//  CRNDemo
//
//  Created by CRN on 2019/1/25.
//  Copyright © 2019 com.ctrip. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

