summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/AppDelegate.h
blob: 78a102b8948275d364ee45e9012626a8ea9fe86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  AppDelegate.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 1/26/15.
//  Copyright (c) 2015 smartdevicelink. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end