tmp
This commit is contained in:
parent
3249c9d68b
commit
874007423d
@ -24,6 +24,12 @@ import Foundation
|
||||
line = LineModel(type: .none)
|
||||
style = "sectionFooter"
|
||||
}
|
||||
|
||||
// public func verify() throws {
|
||||
// guard dropDown.options.count != molecules.count else {
|
||||
// throw
|
||||
// }
|
||||
// }
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - Initializer
|
||||
@ -32,6 +38,7 @@ import Foundation
|
||||
public init(molecules: [[ListItemModelProtocol & MoleculeModelProtocol]], dropDown: ItemDropdownEntryFieldModel) {
|
||||
self.molecules = molecules
|
||||
self.dropDown = dropDown
|
||||
// try verify()
|
||||
super.init()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user