diff --git a/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift b/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift index 85f628fe..ea3323d1 100644 --- a/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift +++ b/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift @@ -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