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

@ -10,10 +10,7 @@ import UIKit
public protocol ViewProtocol { 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. // Can setup ui here. Should be called in the initialization functions.
func setupView() func setup()
} }