METHOD:
Cocoa bridge ยป Subclassing Objective C classes

Prev:<CLASS:


Vocabulary
cocoa.subclassing

Syntax
METHOD: return foo: type1 arg1 bar: type2 arg2 baz: ... [ body ] ;


Inputs
None

Outputs
None

Word description
Defines a method inside of a <CLASS: form.

See also
define-objc-class, <CLASS:

Definition