Files
ZGExpandZoomView/expandZoom/AppDelegate.h
2013-06-24 22:26:14 +08:00

16 lines
276 B
Objective-C

//
// AppDelegate.h
// expandZoom
//
// Created by Kyle Fang on 6/24/13.
// Copyright (c) 2013 Kyle Fang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end