Class
ObjCInvocation
@objc(MKBObjCInvocation) public class ObjCInvocation: NSObject, Invocation
An invocation recieved by an Objective-C.
Relationships
Conforms To
NSObject
Initializers
init(selectorName:setterSelectorName:selectorType:arguments:objcReturnType:)
@objc public required init(selectorName: String,
setterSelectorName: String?,
selectorType: SelectorType,
arguments: [ArgumentMatcher],
objcReturnType: String)
Properties
description
override public var description: String