tenfourfox/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
280 B
Objective-C

//
// 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