added ObjectWithable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
304023381c
commit
d249ba0fed
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user