2024-12-09 21:47:08 +08:00

11 lines
183 B
Plaintext

framework module encryptions {
umbrella header "encryptions-umbrella.h"
export *
module * { export * }
}
module encryptions.__Swift {
exclude header "encryptions-Swift.h"
}