mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
20 lines
305 B
Plaintext
20 lines
305 B
Plaintext
module AccessSpecifiers {
|
|
header "access-specifiers.h"
|
|
}
|
|
|
|
module MemberwiseInitializer {
|
|
header "memberwise-initializer.h"
|
|
}
|
|
|
|
module MemoryLayout {
|
|
header "memory-layout.h"
|
|
}
|
|
|
|
module MemberVariables {
|
|
header "member-variables.h"
|
|
}
|
|
|
|
module ProtocolConformance {
|
|
header "protocol-conformance.h"
|
|
}
|