// // AppDelegate.h // ModalPresentation // // Created by Wojciech Nagrodzki on 04/10/2014. // // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end