wipppp
This commit is contained in:
parent
b96b48787c
commit
73bd5ebafc
@ -8,14 +8,16 @@
|
|||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
class Arrow: View {
|
open class Arrow: View {
|
||||||
|
|
||||||
/*
|
|
||||||
// Only override draw() if you perform custom drawing.
|
open override func setupView() {
|
||||||
// An empty implementation adversely affects performance during animation.
|
super.setupView()
|
||||||
override func draw(_ rect: CGRect) {
|
|
||||||
// Drawing code
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
//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