Documentation Language: Swift

Property

isInterface

Whether this class represents an interface.

var isInterface: Bool

Discussion

Interfaces define contracts without implementation and can be mixed into classes through multiple inheritance.