mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Added Important Headers
Headers that may be needed. uYouCrashFix headers from iCrazeiOS
This commit is contained in:
parent
87900e01a5
commit
25e7b84541
1 changed files with 7 additions and 0 deletions
|
|
@ -147,6 +147,13 @@
|
|||
@property id activeVideo;
|
||||
@property float playbackRate;
|
||||
- (void)singleVideo:(id)video playbackRateDidChange:(float)rate;
|
||||
// uYouCrashFix
|
||||
- (YTSingleVideoController *)activeVideo;
|
||||
@end
|
||||
|
||||
@interface YTSingleVideoController : NSObject
|
||||
- (float)playbackRate;
|
||||
- (void)setPlaybackRate:(float)arg1;
|
||||
@end
|
||||
|
||||
// App Theme
|
||||
|
|
|
|||
Loading…
Reference in a new issue