lpw
2 days ago 7c666378d77fc1746cb089c273a4bacfad995356
frameworks/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoader.h
@@ -17,6 +17,7 @@
@end
/// Loads ads. See GADAdLoaderAdTypes.h for available ad types.
NS_SWIFT_NAME(AdLoader)
@interface GADAdLoader : NSObject
/// Object notified when an ad request succeeds or fails. Must conform to requested ad types'
@@ -27,7 +28,7 @@
@property(nonatomic, readonly, nonnull) NSString *adUnitID;
/// Indicates whether the ad loader is loading.
@property(nonatomic, getter=isLoading, readonly) BOOL loading;
@property(nonatomic, getter=isLoading, readonly) BOOL loading NS_SWIFT_NAME(isLoading);
/// Returns an initialized ad loader configured to load the specified ad types.
///