From 807b36e8edef2c70145d394422251e02d0a2d534 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 09:29:44 +0800
Subject: [PATCH] 提交版本 4.13.0

---
 WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
index 7814bef..abe011b 100644
--- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
+++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
@@ -12,6 +12,7 @@
 ///
 /// Don't create an instance of this class and use the one available from GADMobileAds
 /// sharedInstance's audioVideoManager.
+NS_SWIFT_NAME(AudioVideoManager)
 @interface GADAudioVideoManager : NSObject
 
 /// Delegate for receiving video and audio updates.
@@ -24,6 +25,7 @@
 /// AVAudioSession's category to AVAudioSessionCategorySoloAmbient when any playing video becomes
 /// unmuted, and allowing background apps to continue playing sound when all videos rendered by
 /// Google Mobile Ads SDK are muted or have stopped playing. Must be accessed on main thread only.
-@property(nonatomic, assign) BOOL audioSessionIsApplicationManaged;
+@property(nonatomic, assign)
+    BOOL audioSessionIsApplicationManaged NS_SWIFT_NAME(isAudioSessionApplicationManaged);
 
 @end

--
Gitblit v1.8.0