6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
framework module SomeFramework {
|
|
umbrella header "public_header.h"
|
|
export *
|
|
module * { export * }
|
|
}
|