From f9fcfea80f10b97f4d303d3888c75d036068249f Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Wed, 20 Sep 2017 10:36:44 +0800
Subject: [PATCH] [Update] WAFbImpl (3.6.5.1)

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
index bead676..7264591 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -22,27 +22,27 @@
 #import <FBSDKShareKit/FBSDKShareVideo.h>
 #import <FBSDKShareKit/FBSDKSharingContent.h>
 
-/*!
- @abstract A model for video content to be shared.
+/**
+  A model for video content to be shared.
  */
 @interface FBSDKShareVideoContent : NSObject <FBSDKSharingContent>
 
-/*!
- @abstract The photo that represents the video.
- @return The photo
+/**
+  The photo that represents the video.
+ - Returns: The photo
  */
 @property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
 
-/*!
- @abstract The video to be shared.
- @return The video
+/**
+  The video to be shared.
+ - Returns: The video
  */
 @property (nonatomic, copy) FBSDKShareVideo *video;
 
-/*!
- @abstract Compares the receiver to another video content.
- @param content The other content
- @return YES if the receiver's values are equal to the other content's values; otherwise NO
+/**
+  Compares the receiver to another video content.
+ - Parameter content: The other content
+ - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO
  */
 - (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;
 

--
Gitblit v1.8.0