11 lines
200 B
C
11 lines
200 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
@property (nonatomic, strong) UIWindow *window;
|
||
|
|
||
|
@end
|
||
|
|