From 9f077bbd393b5c47afbbfd83454f6a08a6345dbd Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 30 Aug 2018 09:20:55 +0800
Subject: [PATCH] 添加V3.7.0

---
 frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

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

--
Gitblit v1.8.0