WBStatusVideoControlView.h 292 B

1234567891011121314151617
  1. //
  2. // WBStatusVideoControlView.h
  3. // UniversalApp
  4. //
  5. // Created by bogokj on 2019/12/14.
  6. // Copyright © 2019 voidcat. All rights reserved.
  7. //
  8. #import "ZFPlayerControlView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WBStatusVideoControlView : ZFPlayerControlView
  11. @end
  12. NS_ASSUME_NONNULL_END