| 1234567891011121314151617 |
- //
- // WBStatusVideoControlView.h
- // UniversalApp
- //
- // Created by bogokj on 2019/12/14.
- // Copyright © 2019 voidcat. All rights reserved.
- //
- #import "ZFPlayerControlView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface WBStatusVideoControlView : ZFPlayerControlView
- @end
- NS_ASSUME_NONNULL_END
|