CNLiveCommonCategory.modulemap 130 Bytes
framework module CNLiveCommonCategory {
  umbrella header "CNLiveCommonCategory-umbrella.h"

  export *
  module * { export * }
}