remove anyobject
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
f41e6f9c9c
commit
891cc9c016
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public protocol Disabling: AnyObject {
|
public protocol Disabling {
|
||||||
var disabled: Bool { get set }
|
var disabled: Bool { get set }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,6 +16,6 @@ public enum Surface: String, Equatable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public protocol Surfaceable: AnyObject {
|
public protocol Surfaceable {
|
||||||
var surface: Surface { get set }
|
var surface: Surface { get set }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user