IMPORT:
Cocoa bridge ยป Calling Objective C code

Next:->


Vocabulary
cocoa

Syntax
IMPORT: name


Word description
Makes an Objective C class available for use.

Examples
IMPORT: QTMovie QTMovie "My Movie.mov" <NSString> f -> movieWithFile:error:


Definition