Files
swiftGrammar/Pods/Target Support Files/BlueCryptor/BlueCryptor.modulemap
2024-08-12 10:49:20 +08:00

7 lines
108 B
Plaintext

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