From e81c27b13950ca02baa879ae7b8108c0c3ef7fb0 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 20 Jun 2019 09:47:31 +0800
Subject: [PATCH] 添加V3.8.2

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h
index e2d4a4a..86f6d56 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h
@@ -18,28 +18,39 @@
 
 #import <Foundation/Foundation.h>
 
-/*!
- @abstract The common interface for components that initiate liking.
+#import "FBSDKLikeObjectType.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+/**
+  The common interface for components that initiate liking.
+
  @see FBSDKLikeButton
+
  @see FBSDKLikeControl
  */
+NS_SWIFT_NAME(Liking)
 @protocol FBSDKLiking <NSObject>
 
-/*!
- @abstract The objectID for the object to like.
+/**
+  The objectID for the object to like.
 
- @discussion This value may be an Open Graph object ID or a string representation of an URL that describes an
- Open Graph object.  The objects may be public objects, like pages, or objects that are defined by your application.
+
+ This value may be an Open Graph object ID or a string representation of an URL that describes an
+ Open Graph object. The objects may be public objects, like pages, or objects that are defined by your application.
  */
 @property (nonatomic, copy) NSString *objectID;
 
-/*!
- @abstract The type of object referenced by the objectID.
+/**
+  The type of object referenced by the objectID.
 
- @discussion If the objectType is unknown, the control will determine the objectType by querying the server with the
+
+ If the objectType is unknown, the control will determine the objectType by querying the server with the
  objectID.  Specifying a value for the objectType is an optimization that should be used if the type is known by the
  consumer.  Consider setting the objectType if it is known when setting the objectID.
  */
 @property (nonatomic, assign) FBSDKLikeObjectType objectType;
 
 @end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0