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 Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
public protocol Colorable: Withable, Initable {
|
public protocol Colorable: AnyObject, ObjectWithable, Initable {
|
||||||
associatedtype ModelType
|
associatedtype ModelType
|
||||||
func getColor(_ viewModel: ModelType) -> UIColor
|
func getColor(_ viewModel: ModelType) -> UIColor
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user