5 lines
81 B
Swift
5 lines
81 B
Swift
protocol LayoutConfigurable: AnyObject {
|
|
@MainActor
|
|
func configureLayout()
|
|
}
|