module.modulemap 116 Bytes
framework module CNLiveDisease {
  umbrella header "CNLiveDisease-umbrella.h"

  export *
  module * { export * }
}