CSJNativeExpressRewardDrawCell.h 349 B

12345678910111213141516171819
  1. //
  2. // CSJNativeExpressRewardDrawCell.h
  3. // CSJAdSDK
  4. //
  5. // Created by ByteDance on 2022/7/28.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @class CSJNativeExpressRewardDrawAdView;
  10. @interface CSJNativeExpressRewardDrawCell : UITableViewCell
  11. - (void)renderWithAdView:(CSJNativeExpressRewardDrawAdView *)adView;
  12. @end
  13. NS_ASSUME_NONNULL_END