changed the protocol type.

This commit is contained in:
Christiano, Kevin 2019-04-09 14:43:06 -04:00
parent 6ec133d3c9
commit 6114bbbf92

View File

@ -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