wipppp
This commit is contained in:
parent
b96b48787c
commit
73bd5ebafc
@ -8,14 +8,16 @@
|
||||
|
||||
import UIKit
|
||||
|
||||
class Arrow: View {
|
||||
open class Arrow: View {
|
||||
|
||||
/*
|
||||
// Only override draw() if you perform custom drawing.
|
||||
// An empty implementation adversely affects performance during animation.
|
||||
override func draw(_ rect: CGRect) {
|
||||
// Drawing code
|
||||
|
||||
open override func setupView() {
|
||||
super.setupView()
|
||||
}
|
||||
*/
|
||||
|
||||
//MARK: - MVMCoreMoleculeViewProtocol
|
||||
public override func setWithModel(_ model: MoleculeModelProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
|
||||
guard let progressBarModel = model as? ArrowModel else { return }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user