ObjFW
|
A protocol for the creation of copies. More...
#include <ObjFW/ObjFW.h>
Instance Methods | |
(id) | - copy |
Copies the object. | |
A protocol for the creation of copies.
- (id) copy |
Copies the object.
For classes which can be immutable or mutable, this returns an immutable copy. If only a mutable version of the class exists, it creates a mutable copy.