lpw
2024-09-25 f76fcb126b14e9c98fc80fbb9dd10a7f79875f03
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