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

7 lines
104 B
Plaintext

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