Files
2017-01-18 23:20:00 -05:00

18 lines
296 B
Objective-C

//
// AppDelegate.h
// AVPlayerHTTPHeaders
//
// Created by Kevin Hunt on 2017-01-18.
// Copyright © 2017 Prophet Studios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end