summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Pods/Target Support Files/Protobuf/Protobuf.modulemap
blob: 57d3b39e00e18daaf6bfc8f5bf5fd15eca025ed6 (plain)
1
2
3
4
5
6
framework module Protobuf {
  umbrella header "Protobuf-umbrella.h"

  export *
  module * { export * }
}