CSJNativeExpressRewardDrawTipsView.h 248 B

1234567891011121314151617
  1. //
  2. // CSJNativeExpressRewardDrawTipsView.h
  3. // CSJAdSDK
  4. //
  5. // Created by ByteDance on 2022/8/2.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. // 174 * 42
  10. @interface CSJNativeExpressRewardDrawTipsView : UIView
  11. @end
  12. NS_ASSUME_NONNULL_END