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