framework module HyphenateChat {
  umbrella header "HyphenateChat.h"

  export *
  module * { export * }
}

module HyphenateChat.Swift {
    header "HyphenateChat-Swift.h"
    requires objc
}
