CSJPlayableVideoView.h 324 B

123456789101112131415161718
  1. //
  2. // CSJPlayableVideoView.h
  3. // CSJAdSDK
  4. //
  5. // Created by yujie on 2022/10/8.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJPlayableVideoView : UIView
  10. @property (nonatomic, strong) BUPlayer *player;
  11. - (instancetype)initWithItem:(BUPlayerItem *)item frame:(CGRect)frame;
  12. @end
  13. NS_ASSUME_NONNULL_END