Files
ZipArchive/Example/AppDelegate.h
T
2015-07-12 12:06:13 +01:00

18 lines
284 B
Objective-C

//
// AppDelegate.h
// Example
//
// Created by Douglas Bumby on 2015-07-11.
// Copyright (c) 2015 Cosmic Labs. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end