mirror of
https://github.com/zhigang1992/ZGParallelView.git
synced 2026-05-10 03:35:23 +08:00
Initial Commit
This commit is contained in:
15
ZGParallelViewForTable/ZGAppDelegate.h
Normal file
15
ZGParallelViewForTable/ZGAppDelegate.h
Normal 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
|
||||
Reference in New Issue
Block a user