updated name
This commit is contained in:
parent
bd26ff181e
commit
5947e5c1ad
@ -9,7 +9,7 @@
|
||||
/// Protocol to apply to any model of a UI Control with a binary on/off nature.
|
||||
///
|
||||
/// Example classes: Checkbox or Toggle.
|
||||
@objc public protocol SelectableMoleculeModel: AnyObject {
|
||||
@objc public protocol SelectableMoleculeModelProtocol: AnyObject {
|
||||
@objc dynamic var selected: Bool { get set }
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user