No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

module.modulemap 172B

1234567891011
  1. framework module UnityAds {
  2. umbrella header "UnityAds.h"
  3. export *
  4. module * { export * }
  5. }
  6. module UnityAds.Swift {
  7. header "UnityAds-Swift.h"
  8. requires objc
  9. }