//
// CNLiveAppDelegate.h
// CNLiveTips
//
// Created by 殷巧娟 on 12/26/2018.
// Copyright (c) 2018 殷巧娟. All rights reserved.
//
@import UIKit;
@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end