1234567891011121314151617 |
- //
- // AppDelegate.h
- // VIMediaCacheDemo
- //
- // Created by Vito on 5/17/16.
- // Copyright © 2016 Vito. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|