iOS.modulemap   [plain text]


framework module WebKit [system] [extern_c] {
  umbrella header "WebKit.h"
  module * { export * }
  export *
}