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