AATBannerCacheDelegate
@objc public protocol AATBannerCacheDelegate: AnyObject {
/// Will be called when the cache loads the first banner successfully
func firstBannerLoaded()
}
@protocol AATBannerCacheDelegate
/// Will be called when the cache loads the first banner successfully
- (void)firstBannerLoaded;
@end
Last updated