123456789101112131415161718192021 |
- //
- // MACollectionViewAdPlacerCell.h
- // AppLovinSDK
- //
- // Created by Ritam Sarmah on 3/8/22.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MACollectionViewAdPlacerCell : UICollectionViewCell
- /**
- * A container view for a native ad.
- */
- @property (nonatomic, strong) UIView *containerView;
- @end
- NS_ASSUME_NONNULL_END
|