MATableViewAdPlacerCell.h 327 B

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