mvm_core_ui/MVMCoreUI/Molecules/ProgressBarView.swift
2019-05-08 17:13:16 -04:00

22 lines
436 B
Swift

//
// ProgressBarView.swift
// MVMCoreUI
//
// Created by Panth Patel on 5/7/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
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
}
*/
}