|
//
|
|
// AppDelegate.h
|
|
// Demo
|
|
//
|
|
// Created by chipsea on 18/11/28.
|
|
// Copyright © 2018年 chipsea. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
@end
|
|
|