mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
30 lines
367 B
Plaintext
30 lines
367 B
Plaintext
module CoreFilesystem {
|
|
header "CoreFilesystem-Generated.h"
|
|
export *
|
|
}
|
|
|
|
module FilesystemKit {
|
|
header "FilesystemKit.h"
|
|
export *
|
|
}
|
|
|
|
module CoreDaemon {
|
|
header "CoreDaemon.h"
|
|
export *
|
|
}
|
|
|
|
module DaemonKit {
|
|
header "DaemonKit.h"
|
|
export *
|
|
}
|
|
|
|
module CoreMemory {
|
|
header "CoreMemory.h"
|
|
export *
|
|
}
|
|
|
|
module MemoryKit {
|
|
header "MemoryKit.h"
|
|
export *
|
|
}
|