From 706ba043d6c5dbda372b898faee3ae72e5efda4c Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Fri, 28 Apr 2017 11:32:51 +0800 Subject: [PATCH] [Update] WAFbImpl (3.6.2) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h index e2d4a4a..78855be 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h @@ -18,25 +18,29 @@ #import <Foundation/Foundation.h> -/*! - @abstract The common interface for components that initiate liking. - @see FBSDKLikeButton - @see FBSDKLikeControl +/** + The common interface for components that initiate liking. + +- See:FBSDKLikeButton + +- See:FBSDKLikeControl */ @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 + + 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. */ -- Gitblit v1.8.0