progresschanges123

This commit is contained in:
Panth Patel 2019-05-08 17:13:16 -04:00
parent 8a626df980
commit 8c0e387663
2 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,9 @@
//
// ProgressBar.swift
// MVMCoreUI
//
// Created by Panth Patel on 5/6/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
import Foundation

View File

@ -2,8 +2,20 @@
// ProgressBarView.swift
// MVMCoreUI
//
// Created by Panth Patel on 5/3/19.
// Created by Panth Patel on 5/7/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
import Foundation
import UIKit
class ProgressBarView: ViewConstrainingView {
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
override func draw(_ rect: CGRect) {
// Drawing code
}
*/
}