123456789101112131415161718 |
- //
- // ABUDemoAdBasicInfoSelectCell.h
- // Ads-Mediation-CN-demo
- //
- // Created by heyinyin on 2022/1/28.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface GromoreDemoAdBasicInfoSelectCell : UITableViewCell
- - (void)setCellInfoWithAdType:(NSString *)adType andAdId:(NSString *)adId;
- @end
- NS_ASSUME_NONNULL_END
|