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