public
This commit is contained in:
parent
68bf45f583
commit
3e14e39542
@ -21,7 +21,7 @@ public class TwoButtonViewModel: MoleculeModelProtocol {
|
|||||||
case secondaryButton
|
case secondaryButton
|
||||||
}
|
}
|
||||||
|
|
||||||
init(_ primaryButton: ButtonModel?, _ secondaryButton: ButtonModel?) {
|
public init(_ primaryButton: ButtonModel?, _ secondaryButton: ButtonModel?) {
|
||||||
self.primaryButton = primaryButton
|
self.primaryButton = primaryButton
|
||||||
self.secondaryButton = secondaryButton
|
self.secondaryButton = secondaryButton
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user