2021-10-02 18:22:30 -07:00

9 lines
125 B
Swift

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