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