lpw
2024-06-28 6b1d9ec423fd92dbed26cb421e7dec7b5dc9e0ee
commit | author | age
96fe76 1 //
L 2 //  GADMediationAd.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2018 Google LLC. All rights reserved.
6 //
7
8 #import <Foundation/Foundation.h>
9
10 /// Rendered ad. Objects conforming to this protocol are created by the adapter and returned to
11 /// the Google Mobile Ads SDK through the adapter's render method completion handler.
12 @protocol GADMediationAd <NSObject>
13 @end