Files
ZipArchive/Sample Application/SSAppDelegate.h
T
2015-04-06 19:14:29 -04:00

12 lines
261 B
Objective-C

//
// SSAppDelegate.h
// SSZipArchive
//
// Created by Sam Soffes on 9/7/13.
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
//
@interface SSAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end