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

ClassName

mattt edited this page Dec 21, 2020 · 1 revision

ClassName

The name of a class in an expression.

public enum ClassName

For example, the token Parent in the following code:

class Child: Parent {}

Inheritance

XcodeTokenKind

Properties

className

var className: String?
Clone this wiki locally