TUIChat.modulemap 104 B

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