hank
2018-04-18 27832ca8f32b6e62dfc7522634fb5892a5c111bd
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;