5 lines
69 B
Swift
5 lines
69 B
Swift
protocol LayoutConfigurable: AnyObject {
|
|
|
|
func configureLayout()
|
|
}
|