Conforms to NSCopying
NSObject
Declared in FBSDKCopying.h

Overview

Extension protocol for NSCopying that adds the copy method, which is implemented on NSObject.

NSObject implicitly conforms to this protocol.

Tasks

Instance Methods

copy

Implemented by NSObject as a convenience to copyWithZone:. - Returns: A copy of the receiver.

- (id)copy

Declared In

FBSDKCopying.h