2016-12-07 17:27:25 +00:00
|
|
|
/**
|
2016-12-07 17:41:50 +00:00
|
|
|
* Copyright 2014-present, Facebook, Inc.
|
2016-12-07 17:27:25 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
2016-12-07 17:41:50 +00:00
|
|
|
* This source code is licensed under the license found in the
|
|
|
|
* LICENSE-examples file in the root directory of this source tree.
|
2016-12-07 17:27:25 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
2016-12-26 17:16:57 +01:00
|
|
|
|
2016-12-07 17:27:25 +00:00
|
|
|
@end
|
|
|
|
|