7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
|
module ReactCommon {
|
||
|
umbrella header "ReactCommon-umbrella.h"
|
||
|
|
||
|
export *
|
||
|
module * { export * }
|
||
|
}
|