From 4b30c10cef62c07efa1faf8a21e296b4a23ff591 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Wed, 15 Jul 2026 09:35:30 +0800
Subject: [PATCH] 提交版本 4.13.0
---
frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h | 33 +++++++++++++++++----------------
1 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h
index a7ae130..badf74e 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h
+++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h
@@ -1,32 +1,33 @@
//
-// GADPresentError.h
+// GADPresentationError.h
// Google Mobile Ads SDK
//
// Copyright 2019 Google LLC. All rights reserved.
//
#import <Foundation/Foundation.h>
+#import <GoogleMobileAds/GADRequestError.h>
/// Error codes in the Google Mobile Ads SDK domain that surface due to errors when attempting to
/// present an ad.
-typedef NS_ENUM(NSInteger, GADPresentationErrorCode) {
+typedef NS_ERROR_ENUM(GADErrorDomain, GADPresentationErrorCode){
- /// Ad isn't ready to be shown.
- GADPresentationErrorCodeAdNotReady = 15,
+ /// Ad isn't ready to be shown.
+ GADPresentationErrorCodeAdNotReady = 15,
- /// Ad is too large for the scene.
- GADPresentationErrorCodeAdTooLarge = 16,
+ /// Ad is too large for the scene.
+ GADPresentationErrorCodeAdTooLarge = 16,
- /// Internal error.
- GADPresentationErrorCodeInternal = 17,
+ /// Internal error.
+ GADPresentationErrorCodeInternal = 17,
- /// Ad has already been used.
- GADPresentationErrorCodeAdAlreadyUsed = 18,
+ /// Ad has already been used.
+ GADPresentationErrorCodeAdAlreadyUsed = 18,
- /// Attempted to present ad from a non-main thread.
- GADPresentationErrorNotMainThread = 21,
+ /// Attempted to present ad from a non-main thread.
+ GADPresentationErrorNotMainThread = 21,
- /// A mediation ad network adapter failed to present the ad. The adapter's error is included as an
- /// underlyingError.
- GADPresentationErrorMediation = 22,
-};
+ /// A mediation ad network adapter failed to present the ad. The adapter's
+ /// error is included as an underlyingError.
+ GADPresentationErrorMediation = 22,
+} NS_SWIFT_NAME(PresentationError);
--
Gitblit v1.8.0