twigs-swift-sdk/Sources/twigs/twigs.swift
2021-12-22 20:45:23 -07:00

6 lines
102 B
Swift

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