removeing
This commit is contained in:
parent
876ec4597d
commit
cdfd2942ff
@ -171,7 +171,6 @@ public class ButtonModel: ButtonModelProtocol, MoleculeModelProtocol, FormGroupW
|
|||||||
case enabled
|
case enabled
|
||||||
case style
|
case style
|
||||||
case size
|
case size
|
||||||
case facade
|
|
||||||
case groupName
|
case groupName
|
||||||
case fillColor
|
case fillColor
|
||||||
case textColor
|
case textColor
|
||||||
|
|||||||
@ -9,7 +9,6 @@ public enum MolecularError: Swift.Error {
|
|||||||
|
|
||||||
public protocol MoleculeModelProtocol: ModelProtocol {
|
public protocol MoleculeModelProtocol: ModelProtocol {
|
||||||
var moleculeName: String { get }
|
var moleculeName: String { get }
|
||||||
var isInverted: Bool { get set }
|
|
||||||
var backgroundColor: Color? { get set }
|
var backgroundColor: Color? { get set }
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,9 +25,4 @@ public extension MoleculeModelProtocol {
|
|||||||
static var categoryCodingKey: String {
|
static var categoryCodingKey: String {
|
||||||
return "moleculeName"
|
return "moleculeName"
|
||||||
}
|
}
|
||||||
|
|
||||||
var isInverted: Bool {
|
|
||||||
get { return false }
|
|
||||||
set { }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user