1//
2//  AppDelegate.h
3//  GSSSimpleTest
4//
5//  Copyright (c) 2013 Apple. All rights reserved.
6//
7
8#import <UIKit/UIKit.h>
9
10@interface AppDelegate : UIResponder <UIApplicationDelegate>
11
12@property (strong, nonatomic) UIWindow *window;
13
14@end
15