Initial Commit

This commit is contained in:
Zhigang Fang
2013-01-07 21:28:05 +08:00
commit ee21cc2fc2
17 changed files with 735 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// ZGAppDelegate.h
// ZGParallelViewForTable
//
// Created by Kyle Fang on 1/7/13.
// Copyright (c) 2013 kylefang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ZGAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end