phizclip-ios-demo/demo/AppDelegate.h

17 lines
268 B
C
Raw Normal View History

2020-02-22 11:21:27 +08:00
//
// AppDelegate.h
// demo
//
// Created by 杨涛 on 2020/2/6.
// Copyright © 2020 finogeeks. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end