CSJRewardedVideoWebMaskView.h 275 B

123456789101112131415161718
  1. //
  2. // CSJRewardedVideoWebMaskView.h
  3. // CSJAdSDK
  4. //
  5. // Created by Levi on 1/12/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJRewardedVideoWebMaskView : UIView
  10. @property (nonatomic, strong) UIImageView *iconImageView;
  11. @end
  12. NS_ASSUME_NONNULL_END