lpw
2024-06-28 6b1d9ec423fd92dbed26cb421e7dec7b5dc9e0ee
commit | author | age
96fe76 1 //
L 2 //  GoogleMobileAdsDefines.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2021 Google LLC. All rights reserved.
6 //
7
8 #import <Foundation/Foundation.h>
9
10 #define GAD_DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
11 #define GAD_BOXABLE __attribute__((objc_boxable))