mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
18 lines
576 B
Plaintext
18 lines
576 B
Plaintext
module IndirectImport {
|
|
header "IndirectImport.h"
|
|
export *
|
|
}
|
|
module IndirectlyImported {
|
|
header "IndirectlyImported.h"
|
|
}
|
|
|
|
module Overrides { header "Overrides.h" }
|
|
module ProtocolInheritance { header "ProtocolInheritance.h" }
|
|
module RenameAcrossVersions { header "RenameAcrossVersions.h" }
|
|
module SuperclassObjC { header "SuperclassObjC.h" }
|
|
module Typedefs { header "Typedefs.h" }
|
|
module TypeRemovalObjC { header "TypeRemovalObjC.h" }
|
|
module Types { header "Types.h" }
|
|
module Conformance { header "Conformance.h" }
|
|
module AnyObjectLookup { header "AnyObjectLookup.h" }
|