Files

7 lines
104 B
Swift

public struct TGUIKit {
public private(set) var text = "Hello, World!"
public init() {
}
}