framework module FooFramework {
umbrella header "FooUmbrella.h"
export *
module * {
export *
}
explicit module Private {
textual header "Baz_Private.h"
}
}
framework module FooFramework {
umbrella header "FooUmbrella.h"
export *
module * {
export *
}
explicit module Private {
textual header "Baz_Private.h"
}
}