ZipArchive/Example/AppDelegate.h
2015-07-12 13:04:40 +01:00

17 lines
283 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