//
//  AppDelegate.h
//  SpriteKit_iOS_Game
//
//  Created by pgAgent on 22/09/2014.
//  Copyright (c) 2014 RJM Programming. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
