Files
ZGParallelView/ZGParallelViewForTable/ZGAppDelegate.h
Zhigang Fang ee21cc2fc2 Initial Commit
2013-01-07 21:28:05 +08:00

16 lines
290 B
Objective-C

//
// 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