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/FBSDKShareKit.h | 65 ++++++++++++-------------------- 1 files changed, 25 insertions(+), 40 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareKit.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareKit.h index 30e36aa..f304c6e 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareKit.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareKit.h @@ -16,47 +16,32 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -#import <UIKit/UIKit.h> - -#import <FBSDKShareKit/FBSDKHashtag.h> -#import <FBSDKShareKit/FBSDKShareAPI.h> -#import <FBSDKShareKit/FBSDKShareConstants.h> -#import <FBSDKShareKit/FBSDKShareLinkContent.h> -#import <FBSDKShareKit/FBSDKShareMediaContent.h> -#import <FBSDKShareKit/FBSDKShareMessengerActionButton.h> -#import <FBSDKShareKit/FBSDKShareMessengerGenericTemplateContent.h> -#import <FBSDKShareKit/FBSDKShareMessengerGenericTemplateElement.h> -#import <FBSDKShareKit/FBSDKShareMessengerMediaTemplateContent.h> -#import <FBSDKShareKit/FBSDKShareMessengerOpenGraphMusicTemplateContent.h> -#import <FBSDKShareKit/FBSDKShareMessengerURLActionButton.h> -#import <FBSDKShareKit/FBSDKShareOpenGraphAction.h> -#import <FBSDKShareKit/FBSDKShareOpenGraphContent.h> -#import <FBSDKShareKit/FBSDKShareOpenGraphObject.h> -#import <FBSDKShareKit/FBSDKSharePhoto.h> -#import <FBSDKShareKit/FBSDKSharePhotoContent.h> -#import <FBSDKShareKit/FBSDKShareVideo.h> -#import <FBSDKShareKit/FBSDKShareVideoContent.h> -#import <FBSDKShareKit/FBSDKSharing.h> -#import <FBSDKShareKit/FBSDKSharingContent.h> +#import "FBSDKHashtag.h" +#import "FBSDKShareConstants.h" +#import "FBSDKShareLinkContent.h" +#import "FBSDKShareMediaContent.h" +#import "FBSDKSharePhoto.h" +#import "FBSDKSharePhotoContent.h" +#import "FBSDKShareVideo.h" +#import "FBSDKShareVideoContent.h" +#import "FBSDKSharing.h" +#import "FBSDKSharingContent.h" +#import "TargetConditionals.h" #if !TARGET_OS_TV -#import <FBSDKShareKit/FBSDKAppGroupAddDialog.h> -#import <FBSDKShareKit/FBSDKAppGroupContent.h> -#import <FBSDKShareKit/FBSDKAppGroupJoinDialog.h> -#import <FBSDKShareKit/FBSDKAppInviteContent.h> -#import <FBSDKShareKit/FBSDKAppInviteDialog.h> -#import <FBSDKShareKit/FBSDKGameRequestContent.h> -#import <FBSDKShareKit/FBSDKGameRequestDialog.h> -#import <FBSDKShareKit/FBSDKLikeButton.h> -#import <FBSDKShareKit/FBSDKLikeControl.h> -#import <FBSDKShareKit/FBSDKLikeObjectType.h> -#import <FBSDKShareKit/FBSDKMessageDialog.h> -#import <FBSDKShareKit/FBSDKShareButton.h> -#import <FBSDKShareKit/FBSDKShareCameraEffectContent.h> -#import <FBSDKShareKit/FBSDKShareDialog.h> -#import <FBSDKShareKit/FBSDKShareDialogMode.h> -#import <FBSDKShareKit/FBSDKSendButton.h> + #import "FBSDKAppGroupContent.h" + #import "FBSDKAppInviteContent.h" + #import "FBSDKGameRequestContent.h" + #import "FBSDKGameRequestDialog.h" + #import "FBSDKLikeObjectType.h" + #import "FBSDKLiking.h" + #import "FBSDKMessageDialog.h" + #import "FBSDKSendButton.h" + #import "FBSDKShareButton.h" + #import "FBSDKShareCameraEffectContent.h" + #import "FBSDKShareDialog.h" + #import "FBSDKShareDialogMode.h" #else -#import <FBSDKShareKit/FBSDKDeviceShareViewController.h> -#import <FBSDKShareKit/FBSDKDeviceShareButton.h> + #import "FBSDKDeviceShareButton.h" + #import "FBSDKDeviceShareViewController.h" #endif -- Gitblit v1.8.0