Update uYouPlusPatches.h
This commit is contained in:
parent
9b32a48150
commit
c8c59f3cd2
1 changed files with 6 additions and 1 deletions
|
|
@ -8,6 +8,11 @@
|
|||
|
||||
@interface YTPlayerViewController : UIViewController
|
||||
-(YTSingleVideoController *)activeVideo;
|
||||
- (void)autoFullscreen; // YTAutoFullScreen
|
||||
// YTSpeed
|
||||
@property id activeVideo;
|
||||
@property float playbackRate;
|
||||
- (void)singleVideo:(id)video playbackRateDidChange:(float)rate;
|
||||
@end
|
||||
|
||||
@interface PlayerManager : NSObject
|
||||
|
|
@ -60,4 +65,4 @@
|
|||
@end
|
||||
@interface UILabel (uYou)
|
||||
+ (id)_defaultColor;
|
||||
@end
|
||||
@end
|
||||
|
|
|
|||
Loading…
Reference in a new issue