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

12 lines
189 B
Plaintext

framework module encryptions {
umbrella header "encryptions-umbrella.h"
export *
module * { export * }
}
module encryptions.Swift {
header "encryptions-Swift.h"
requires objc
}