lpw
2 days ago 7c666378d77fc1746cb089c273a4bacfad995356
frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/QueryInfo/GADRequest+AdString.h
@@ -10,8 +10,11 @@
/// Ad string request extension.
@interface GADRequest (AdString)
/// Deprecated. Use each ad format class's loadWithAdResponseString: instead.
///
/// Ad string that represents an ad response. If set, the SDK will render this ad and ignore all
/// other targeting information set on this request.
@property(nonatomic, copy, nullable) NSString *adString;
@property(nonatomic, copy, nullable) NSString *adString GAD_DEPRECATED_MSG_ATTRIBUTE(
    "Use each ad format class's loadWithAdResponseString: instead.");
@end