Re-organise Xcode Project using Synx

This commit is contained in:
Douglas Bumby
2015-04-06 19:14:29 -04:00
parent 95d3d3544a
commit bddefcebfe
26 changed files with 20 additions and 955 deletions
@@ -0,0 +1,15 @@
//
// main.m
// SSZipArchive
//
// Created by Sam Soffes on 9/7/13.
// Copyright (c) 2013-2014 Sam Soffes. All rights reserved.
//
#import "SSAppDelegate.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([SSAppDelegate class]));
}
}