1//
2//  AppDelegate.h
3//  GSSTestApp
4//
5//  Created by Love Hörnquist Åstrand on 2013-06-07.
6//  Copyright (c) 2013 Apple, Inc. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@interface AppDelegate : UIResponder <UIApplicationDelegate>
12
13@property (strong, nonatomic) UIWindow *window;
14
15@end
16