// // AppDelegate.h // iOS_Test // // Created by tiff on 11/17/16. // Copyright © 2016 icondb. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end