12345678910111213141516171819 |
- //
- // KSVideoPlayerLiteView.h
- //
- //
- // Created by kinsun on 2019/4/12.
- //
- #import "KSVideoPlayerBaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KSVideoPlayerLiteView : KSVideoPlayerBaseView
- @property (nonatomic, weak, readonly) UIButton *playButton;
- @end
- NS_ASSUME_NONNULL_END
|