From 7c666378d77fc1746cb089c273a4bacfad995356 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 09:04:13 +0800
Subject: [PATCH] 提交版本 4.7.0

---
 frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
index d7fec04..536360c 100644
--- a/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
+++ b/frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
@@ -9,13 +9,14 @@
 
 /// Ad loader options for custom click gestures. Available for allowlisted publishers only. These
 /// options will be ignored for publishers not allowlisted.
+NS_SWIFT_NAME(NativeAdCustomClickGestureOptions)
 @interface GADNativeAdCustomClickGestureOptions : GADAdLoaderOptions
 
 /// The direction in which swipe gestures should be detected and counted as clicks.
 @property(nonatomic, assign) UISwipeGestureRecognizerDirection swipeGestureDirection;
 
 /// Whether tap gestures should continue to be detected and counted as clicks.
-@property(nonatomic, assign) BOOL tapsAllowed;
+@property(nonatomic, assign, getter=areTapsAllowed) BOOL tapsAllowed NS_SWIFT_NAME(areTapsAllowed);
 
 /// Initialize with the direction for detecting swipe gestures and counting them as clicks, and
 /// whether tap gestures are allowed on the ad.

--
Gitblit v1.8.0