5 lines
65 B
Swift
5 lines
65 B
Swift
protocol LayoutConfigurable: class {
|
|
|
|
func configureLayout()
|
|
}
|
protocol LayoutConfigurable: class {
|
|
|
|
func configureLayout()
|
|
}
|