module.modulemap 99 B

123456
  1. framework module NIMAVChat {
  2. umbrella header "NIMAVChat.h"
  3. export *
  4. module * { export * }
  5. }