lpw
2 days ago 7c666378d77fc1746cb089c273a4bacfad995356
frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADVersionNumber.h
@@ -18,7 +18,8 @@
  NSInteger minorVersion;
  /// Patch version.
  NSInteger patchVersion;
};
} NS_SWIFT_NAME(VersionNumber);
/// Returns a string representation of the version number.
NSString *_Nonnull GADGetStringFromVersionNumber(GADVersionNumber version);
NSString *_Nonnull GADGetStringFromVersionNumber(GADVersionNumber version)
    NS_SWIFT_NAME(string(for:));