GromoreDemoAdBasicInfoSelectCell.h 326 B

123456789101112131415161718
  1. //
  2. // ABUDemoAdBasicInfoSelectCell.h
  3. // Ads-Mediation-CN-demo
  4. //
  5. // Created by heyinyin on 2022/1/28.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface GromoreDemoAdBasicInfoSelectCell : UITableViewCell
  10. - (void)setCellInfoWithAdType:(NSString *)adType andAdId:(NSString *)adId;
  11. @end
  12. NS_ASSUME_NONNULL_END