18 lines
367 B
Objective-C
18 lines
367 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// SDWebImage Demo
|
|
//
|
|
// Created by Olivier Poitrey on 09/05/12.
|
|
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@property (strong, nonatomic) UINavigationController *navigationController;
|
|
|
|
@end
|