//
// AppDelegate.h
// Demo-UITableView
//
// Created by Perhaps on 15/10/22.
// Copyright (c) 2015年 Zed. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end