// // AppDelegate.h // CarthageExample // // Created by Engin Kurutepe on 23/02/16. // Copyright © 2016 Engin Kurutepe. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end