// // AppDelegate.h // SDWebImage Demo // // Created by Olivier Poitrey on 09/05/12. // Copyright (c) 2012 Dailymotion. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) UINavigationController *navigationController; @end