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/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h
index 621fac9..1b351db 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h
@@ -20,15 +20,16 @@
 
 #import <FBSDKCoreKit/FBSDKCopying.h>
 
-/*!
- @abstract Extension protocol for NSMutableCopying that adds the mutableCopy method, which is implemented on NSObject.
- @discussion NSObject<NSCopying, NSMutableCopying> implicitly conforms to this protocol.
+/**
+  Extension protocol for NSMutableCopying that adds the mutableCopy method, which is implemented on NSObject.
+
+ NSObject<NSCopying, NSMutableCopying> implicitly conforms to this protocol.
  */
 @protocol FBSDKMutableCopying <FBSDKCopying, NSMutableCopying>
 
-/*!
- @abstract Implemented by NSObject as a convenience to mutableCopyWithZone:.
- @return A mutable copy of the receiver.
+/**
+  Implemented by NSObject as a convenience to mutableCopyWithZone:.
+ - Returns: A mutable copy of the receiver.
  */
 - (id)mutableCopy;
 

--
Gitblit v1.8.0