MACollectionViewAdPlacerCell.h 341 B

123456789101112131415161718192021
  1. //
  2. // MACollectionViewAdPlacerCell.h
  3. // AppLovinSDK
  4. //
  5. // Created by Ritam Sarmah on 3/8/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MACollectionViewAdPlacerCell : UICollectionViewCell
  10. /**
  11. * A container view for a native ad.
  12. */
  13. @property (nonatomic, strong) UIView *containerView;
  14. @end
  15. NS_ASSUME_NONNULL_END