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/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h index 4ceb32a..2e135ff 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h @@ -19,10 +19,9 @@ #import <Photos/Photos.h> #import <UIKit/UIKit.h> -#import <FBSDKCoreKit/FBSDKCopying.h> -#import <FBSDKShareKit/FBSDKShareMediaContent.h> -#import <FBSDKShareKit/FBSDKSharingValidation.h> - +#import "FBSDKCoreKitImport.h" +#import "FBSDKShareMediaContent.h" +#import "FBSDKSharingValidation.h" NS_ASSUME_NONNULL_BEGIN @class FBSDKSharePhoto; -- Gitblit v1.8.0