FBSDKCopying
A more recent version of this class is available. Check out the latest version.

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

Discussion:

NSObjectNSCopying implicitly conforms to this protocol.

Extends Protocol:NSCopying, NSObject
Declared in:FBSDKCopying.h
Instance Methods
copy

Implemented by NSObject as a convenience to copyWithZone:.

- (id) copy;
Declared In: FBSDKCopying.h