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