From 9febd95e999e7c9187104859720ec7c2645cfec3 Mon Sep 17 00:00:00 2001
From: Wuyx <1139965056@qq.com>
Date: Wed, 11 Jan 2017 10:14:56 +0800
Subject: [PATCH] WAFbImpl3.6.1

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
index 3a1e1a5..22745cd 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
@@ -22,9 +22,10 @@
 
 #import <FBSDKShareKit/FBSDKShareOpenGraphValueContainer.h>
 
-/*!
- @abstract An Open Graph Object for sharing.
- @discussion The property keys MUST have namespaces specified on them, such as `og:image`,
+/**
+  An Open Graph Object for sharing.
+
+ The property keys MUST have namespaces specified on them, such as `og:image`,
   and `og:type` is required.
 
  See https://developers.facebook.com/docs/sharing/opengraph/object-properties for other properties.
@@ -42,16 +43,16 @@
  */
 @interface FBSDKShareOpenGraphObject : FBSDKShareOpenGraphValueContainer <FBSDKCopying, NSSecureCoding>
 
-/*!
- @abstract Convenience method to build a new action and set the object for the specified key.
- @param properties Properties for the Open Graph object, which will be parsed into the proper models
+/**
+  Convenience method to build a new action and set the object for the specified key.
+ - Parameter properties: Properties for the Open Graph object, which will be parsed into the proper models
  */
 + (instancetype)objectWithProperties:(NSDictionary *)properties;
 
-/*!
- @abstract Compares the receiver to another Open Graph Object.
- @param object The other object
- @return YES if the receiver's values are equal to the other object's values; otherwise NO
+/**
+  Compares the receiver to another Open Graph Object.
+ - Parameter object: The other object
+ - Returns: YES if the receiver's values are equal to the other object's values; otherwise NO
  */
 - (BOOL)isEqualToShareOpenGraphObject:(FBSDKShareOpenGraphObject *)object;
 

--
Gitblit v1.8.0