blob: d77127528544ca973ec44fde46f67b032f386ce8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
framework module DependsOnModule {
umbrella "DependsOnModule.h"
header "other.h"
module * {
export *
}
explicit framework module SubFramework {
umbrella "SubFramework.h"
}
}
|