// // CSJNativeExpressRewardDrawCell.h // CSJAdSDK // // Created by ByteDance on 2022/7/28. // #import NS_ASSUME_NONNULL_BEGIN @class CSJNativeExpressRewardDrawAdView; @interface CSJNativeExpressRewardDrawCell : UITableViewCell - (void)renderWithAdView:(CSJNativeExpressRewardDrawAdView *)adView; @end NS_ASSUME_NONNULL_END