AATBannerCacheDelegate

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

Last updated