Files
ZipArchive/Example/ObjectiveCExample/AppDelegate.h
T
2019-04-26 17:10:47 +08:00

18 lines
235 B
Objective-C

//
// AppDelegate.h
// ObjectiveCExample
//
// Created by Sean Soper on 10/23/15.
//
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end