9 lines
125 B
Swift
9 lines
125 B
Swift
import Clibbdkffi
|
|
|
|
public struct bdk_swift {
|
|
public private(set) var text = "Hello, World!"
|
|
|
|
public init() {
|
|
}
|
|
}
|