tenfourfox/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h

18 lines
280 B
C
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
//
// 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