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

  export *
  module * { export * }
}