Move all files to bdk-swift and deinit bdk-ffi

This commit is contained in:
Steve Myers
2022-11-21 12:10:23 -06:00
parent e017d76351
commit b7efb37632
19 changed files with 0 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
// This is the "umbrella header" for our combined Rust code library.
// It needs to import all of the individual headers.
#import "bdkFFI.h"

View File

@@ -0,0 +1,6 @@
framework module bdkFFI {
umbrella header "bdkFFI-umbrella.h"
export *
module * { export * }
}