removed methods
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
bf9562d264
commit
2b103724e3
@ -9,11 +9,8 @@ import Foundation
|
|||||||
import UIKit
|
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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user