CNLiveAppDelegate.h 290 Bytes
//
//  CNLiveAppDelegate.h
//  CNLiveRefeshHeader
//
//  Created by 殷巧娟 on 12/07/2018.
//  Copyright (c) 2018 殷巧娟. All rights reserved.
//

@import UIKit;

@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end