Files
2017-01-13 22:56:39 +08:00

18 lines
273 B
Objective-C

//
// AppDelegate.h
// TestKeplerDemo
//
// Created by Lemon on 16/1/20.
// Copyright © 2016年 jd. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end