removed methods

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-03 11:44:44 -05:00
parent bf9562d264
commit 2b103724e3

View File

@ -9,11 +9,8 @@ import Foundation
import UIKit
public protocol ViewProtocol {
// Updates the ui to fit the right size.
func updateView(_ size: CGFloat)
// Can setup ui here. Should be called in the initialization functions.
func setupView()
func setup()
}