Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-07-21 08:17:23 -05:00
parent 1f2711851c
commit b8ab69adbd

View File

@ -59,7 +59,6 @@ class LabelViewController: BaseViewController<Label> {
var defaultLineHeightLabel: UILabel?
var defaultPointLabel: UILabel?
var calculatedLabel = UILabel()
override func allTextFields() -> [TextField]? { [textField] }
override func setupForm(){
super.setupForm()
@ -262,3 +261,4 @@ class LabelViewController: BaseViewController<Label> {
}