Optional
protocol: ProtocolClass that this object is an instance of.
Class name of this object.
Instance variables on this object. Supports both access and assignment.
Whether this is an instance, class, or meta-class.
Native method names exposed by this object’s class and parent classes.
Name of module where this object is implemented.
Native method names exposed by this object’s class, not including parent classes.
Protocols that this object conforms to.
Instance used for chaining up to super-class method implementations.
Super-class of this object's class.
Determines whether two instances refer to the same underlying object.
Other object instance or address to compare to.
Generated using TypeDoc
Dynamically generated wrapper for any Objective-C instance, class, or meta-class.