//
//  AppDelegate.h
//  SKActionTest
//
//  Created by Donald Patterson on 3/5/16.
//  Copyright © 2016 Donald J. Patterson. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

