module.modulemap 93 Bytes
Newer Older
Ильжан's avatar
Ильжан committed
1
2
3
4
5
6
framework module WebRTC {
  umbrella header "WebRTC.h"

  export *
  module * { export * }
}