Files
bdk-ffi/bdk-swift/bdkFFI.xcframework/ios-arm64/bdkFFI.framework/Modules/module.modulemap

7 lines
102 B
Plaintext
Raw Normal View History

framework module bdkFFI {
umbrella header "bdkFFI-umbrella.h"
export *
module * { export * }
}