SDWebImage/Examples/SDWebImage TV Demo/AppDelegate.h

18 lines
285 B
C
Raw Normal View History

2016-06-13 06:13:46 +08:00
//
// AppDelegate.h
// SDWebImage TV Demo
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end