// // AppDelegate.h // SampleApp // // Created by Plunien, Johannes on 20/04/16. // Copyright © 2016 Johannes Plunien. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end