Newer
Older
Import / applications / HighwayDash / ports / Platform / iOS / AppDelegate.h
@John Ryland John Ryland on 22 Dec 2020 282 bytes import NUC files
//
//  AppDelegate.h
//  HighwayDash
//
//  Created by John Ryland on 8/02/2016.
//  Copyright © 2016 John Ryland. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end