KSVideoPlayerLiteView.h 285 B

12345678910111213141516171819
  1. //
  2. // KSVideoPlayerLiteView.h
  3. //
  4. //
  5. // Created by kinsun on 2019/4/12.
  6. //
  7. #import "KSVideoPlayerBaseView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KSVideoPlayerLiteView : KSVideoPlayerBaseView
  10. @property (nonatomic, weak, readonly) UIButton *playButton;
  11. @end
  12. NS_ASSUME_NONNULL_END