changed the protocol type.
This commit is contained in:
parent
6ec133d3c9
commit
6114bbbf92
@ -11,8 +11,8 @@ import MVMCore
|
||||
|
||||
public typealias ActionBlock = () -> Void
|
||||
private typealias ActionIndiciesTuple = (startIndex: String.Index?, endIndex: String.Index?, revisedText: String?)
|
||||
public typealias ActionObjectDelegate = (NSObject & MVMCoreActionDelegateProtocol)
|
||||
public typealias ButtonObjectDelegate = (NSObject & ButtonDelegateProtocol)
|
||||
public typealias ActionObjectDelegate = (NSObjectProtocol & MVMCoreActionDelegateProtocol)
|
||||
public typealias ButtonObjectDelegate = (NSObjectProtocol & ButtonDelegateProtocol)
|
||||
public typealias CoreObjectActionLoadPresentDelegate = MVMCoreActionDelegateProtocol & MVMCoreLoadDelegateProtocol & MVMCorePresentationDelegateProtocol & NSObjectProtocol
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user