summaryrefslogtreecommitdiffstats
path: root/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
blob: 46f13ca551333ab829128fdb6943961e3857ec46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  AppDelegate.h
//  GeckoEmbed
//
//  Created by Ted Mielczarek on 3/2/15.
//  Copyright (c) 2015 Mozilla. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end