mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-18 12:22:04 +00:00
6 lines
229 B
Objective-C
6 lines
229 B
Objective-C
#import "YTPlayerViewController.h"
|
|
|
|
@interface YTInlinePlayerBarView : UIView
|
|
@property (nonatomic, readonly, assign) CGFloat totalTime;
|
|
@property (nonatomic, readwrite, strong) YTPlayerViewController *playerViewController;
|
|
@end
|