moleculeName

This commit is contained in:
Suresh, Kamlesh 2020-02-17 15:06:33 -05:00
parent 438661dfe1
commit 79eceb693e

View File

@ -38,14 +38,12 @@ public class ButtonModel: ButtonModelProtocol, MoleculeModelProtocol {
init(with title: String, action: ActionModelProtocol) {
self.title = title
self.action = action
//moleculeName = Self.identifier
}
init(secondaryButtonWith title: String, action: ActionModelProtocol) {
self.title = title
self.action = action
style = .secondary
//moleculeName = Self.identifier
}
init(primaryButtonWith title: String, action: ActionModelProtocol) {