/ CoreFoundation / Parsing.subproj / module.modulemap
module.modulemap
1  framework module CFXMLInterface [extern_c] [system] {
2      umbrella header "CFXMLInterface.h"
3  
4      export *
5      module * {
6        export *
7      }
8  }