diff --git a/VDS/Classes/ColorConfiguration.swift b/VDS/Classes/ColorConfiguration.swift index 581c38e6..43777b4c 100644 --- a/VDS/Classes/ColorConfiguration.swift +++ b/VDS/Classes/ColorConfiguration.swift @@ -8,7 +8,7 @@ import Foundation import UIKit -public protocol Colorable: Withable, Initable { +public protocol Colorable: AnyObject, ObjectWithable, Initable { associatedtype ModelType func getColor(_ viewModel: ModelType) -> UIColor }