// // AppDelegate.h // Popover // // Created by lifution on 16/1/5. // Copyright © 2016年 lifution. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end