Files
ZipArchive/Example/Classes/SSAppDelegate.h
2013-09-07 08:33:47 -07:00

14 lines
258 B
Objective-C

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