Extension protocol for NSCopying that adds the copy method, which is implemented on NSObject.
NSObjectNSCopying implicitly conforms to this protocol.
NSCopying
NSCopying, NSObject
FBSDKCopying.h
copy
Implemented by NSObject as a convenience to copyWithZone:.
- (id)
copy;