123456789101112131415161718 |
- //
- // AppDelegate.h
- // meridianTV
- //
- // Created by Kevin Bradley on 6/24/18.
- // Copyright © 2018 Ben Sparkes. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|