PINRemoteImage.modulemap 118 B

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