From 49b8839fda3439edc31581527e84036e58f55f0f Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:43:00 +0800 Subject: [PATCH] 3.9.2 --- frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h b/frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h index ccce552..3124c0f 100644 --- a/frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h +++ b/frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h @@ -18,7 +18,11 @@ #import <Foundation/Foundation.h> +#ifdef FBSDKCOCOAPODS #import <FBSDKCoreKit/FBSDKAccessToken.h> +#endif + +@class FBSDKAccessToken; NS_ASSUME_NONNULL_BEGIN @@ -26,6 +30,7 @@ @abstract Represents the results of the a device login flow. @discussion This is used by `FBSDKDeviceLoginManager`. */ +NS_SWIFT_NAME(DeviceLoginManagerResult) @interface FBSDKDeviceLoginManagerResult : NSObject /*! -- Gitblit v1.8.0