Files
swift-mirror/test/IDE/Inputs/mock-sdk/Foo.framework/module.map
2014-04-01 14:51:58 +00:00

10 lines
139 B
Plaintext

framework module Foo {
umbrella header "Foo.h"
export *
framework module FooSub {
umbrella header "FooSub.h"
export *
}
}