LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
<FBSDKMutableCopying> Protocol Reference

#import <FBSDKMutableCopying.h>

Inheritance diagram for <FBSDKMutableCopying>:
<FBSDKCopying>

Instance Methods

(id) - mutableCopy
 
- Instance Methods inherited from <FBSDKCopying>
(id) - copy
 

Detailed Description

Extension protocol for NSMutableCopying that adds the mutableCopy method, which is implemented on NSObject. NSObject<NSCopying, NSMutableCopying> implicitly conforms to this protocol.

Method Documentation

- (id) mutableCopy

Implemented by NSObject as a convenience to mutableCopyWithZone:.

Returns
A mutable copy of the receiver.

The documentation for this protocol was generated from the following file: