VisionWallPaperOffline-8-19/target/FW/AppLovinSDK.xcframework/ios-arm64/AppLovinSDK.framework/Headers/MACollectionViewAdPlacerCell.h
2024-07-23 17:20:05 +08:00

22 lines
341 B
Objective-C

//
// 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