Mockingbird Documentation 0.18.0

Enumeration Selector​Type

@objc(MKBSelectorType) public enum SelectorType: UInt, CustomStringConvertible  

Attributes selectors to a specific member type.

SelectorType SelectorType CustomStringConvertible CustomStringConvertible SelectorType->CustomStringConvertible UInt UInt SelectorType->UInt

Conforms To

CustomStringConvertible
UInt

Enumeration Cases

method

case method

getter

case getter

setter

case setter

subscript​Getter

case subscriptGetter

subscript​Setter

case subscriptSetter

Properties

description

public var description: String