CTMediator.modulemap 110 Bytes
framework module CTMediator {
  umbrella header "CTMediator-umbrella.h"

  export *
  module * { export * }
}