SheetController/Sources/SheetController/SheetController.swift

4 lines
58 B
Swift
Raw Normal View History

2020-01-01 16:52:37 +00:00
struct SheetController {
var text = "Hello, World!"
}