// // AppDelegate.h // g0blinTV // // Created by Kevin Bradley on 1/15/18. // Copyright © 2018 Sticktron. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end