ObjFW
|
A protocol for the creation of mutable copies. More...
#import <OFObject.h>
Public Member Functions | |
(id) | - mutableCopy |
Creates a mutable copy of the object. |
A protocol for the creation of mutable copies.
This protocol is implemented by objects that can be mutable and immutable and allows returning a mutable copy.
- (id) mutableCopy |
Creates a mutable copy of the object.