// BlockyFroggy // Copyright © 2017 John Ryland. // All rights reserved. #pragma once #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end