Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Directive

mattt edited this page Dec 21, 2020 · 1 revision

Directive

A directive.

public enum Directive

For example, the tokens #if and #endif in the following code:

#if DEBUG
print("Hello, world!")
#endif

Inheritance

XcodeTokenKind

Properties

className

var className: String?
Clone this wiki locally