uYouLocal crash workaround

This commit is contained in:
level3tjg
2022-06-23 12:42:28 -04:00
parent f2cb699e3b
commit 2116d96e6a
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -37,6 +37,11 @@
displayLanguage:(NSString *)displayLanguage;
@end
// uYouLocal fix
@interface YTLocalPlaybackController : NSObject
- (id)activeVideo;
@end
// BigYTMiniPlayer
@interface YTMainAppVideoPlayerOverlayView : UIView
- (UIViewController *)_viewControllerForAncestor;