123456789101112131415161718 |
- //
- // CSJPlayableVideoView.h
- // CSJAdSDK
- //
- // Created by yujie on 2022/10/8.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface CSJPlayableVideoView : UIView
- @property (nonatomic, strong) BUPlayer *player;
- - (instancetype)initWithItem:(BUPlayerItem *)item frame:(CGRect)frame;
- @end
- NS_ASSUME_NONNULL_END
|