6 lines
83 B
Swift
6 lines
83 B
Swift
extension Widget {
|
|
func describe() -> String {
|
|
return "widget"
|
|
}
|
|
}
|