ObjFW
|
A protocol for the creation of mutable copies. More...
#import <ObjFW/OFObject.h>
Instance Methods | |
(id) | - mutableCopy |
Creates a mutable copy of the object. More... | |
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.