2013-09-07 08:33:47 -07:00
|
|
|
//
|
|
|
|
|
// SSAppDelegate.h
|
|
|
|
|
// SSZipArchive
|
|
|
|
|
//
|
|
|
|
|
// Created by Sam Soffes on 9/7/13.
|
2014-01-01 11:00:26 -08:00
|
|
|
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
|
2013-09-07 08:33:47 -07:00
|
|
|
//
|
|
|
|
|
|
|
|
|
|
@interface SSAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
|
|
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
|
|
|
|
@end
|