From 13e53a03f4d50169d0cf7f72d414753ae6b421ce Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:04:39 +0800 Subject: [PATCH] 添加V3.8.0 --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h index f4ad767..039302b 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h @@ -18,14 +18,15 @@ #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:. +/** + Implemented by NSObject as a convenience to copyWithZone:. @return A copy of the receiver. */ - (id)copy; -- Gitblit v1.8.0