Files
ZipArchive/Example/Classes/SSAppDelegate.h
T
Sam Soffes d3c40f0e95 Happy New Year 🎉
2014-01-01 11:00:26 -08:00

14 lines
263 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