module.modulemap 118 Bytes
framework module CNLiveSubsList {
  umbrella header "CNLiveSubsList-umbrella.h"

  export *
  module * { export * }
}