// // 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