commit | author | age
|
2e29a3
|
1 |
/* |
L |
2 |
* Copyright (c) Meta Platforms, Inc. and affiliates. |
|
3 |
* All rights reserved. |
|
4 |
* |
|
5 |
* This source code is licensed under the license found in the |
|
6 |
* LICENSE file in the root directory of this source tree. |
|
7 |
*/ |
|
8 |
|
|
9 |
#import <FBSDKLoginKit/FBSDKDeviceLoginCodeInfo.h> |
|
10 |
#import <FBSDKLoginKit/FBSDKDeviceLoginManager.h> |
|
11 |
#import <FBSDKLoginKit/FBSDKDeviceLoginManagerDelegate.h> |
|
12 |
#import <FBSDKLoginKit/FBSDKDeviceLoginManagerResult.h> |
|
13 |
#import <FBSDKLoginKit/FBSDKLoginConstants.h> |
|
14 |
|
|
15 |
#import <UIKit/UIKit.h> |
|
16 |
|
|
17 |
#import <FBSDKCoreKit/FBSDKCoreKit.h> |
|
18 |
|
|
19 |
#if !TARGET_OS_TV |
|
20 |
#import <FBSDKLoginKit/FBSDKLoginButton.h> |
|
21 |
#import <FBSDKLoginKit/FBSDKLoginButtonDelegate.h> |
|
22 |
#import <FBSDKLoginKit/FBSDKLoginConfiguration.h> |
|
23 |
#import <FBSDKLoginKit/FBSDKLoginManager.h> |
|
24 |
#import <FBSDKLoginKit/FBSDKLoginManagerLoginResult.h> |
|
25 |
#import <FBSDKLoginKit/FBSDKLoginTooltipView.h> |
|
26 |
#import <FBSDKLoginKit/FBSDKLoginTooltipViewDelegate.h> |
|
27 |
#import <FBSDKLoginKit/FBSDKReferralManager.h> |
|
28 |
#import <FBSDKLoginKit/FBSDKReferralManagerResult.h> |
|
29 |
#endif |