Rename "Patches" -> "uYouPlusPatches"

This commit is contained in:
Foxster
2023-12-25 10:12:04 -08:00
parent f6d654758f
commit 959e384149
3 changed files with 2 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
#import "../Tweaks/YouTubeHeader/YTCommonColorPalette.h"
#import "uYouPlus.h"
// Prevent uYou player bar from showing when not playing downloaded media
@interface PlayerManager : NSObject
- (float)progress;
@end
// iOS 16 uYou crash fix - @level3tjg: https://github.com/qnblackcat/uYouPlus/pull/224
@interface OBPrivacyLinkButton : UIButton
- (instancetype)initWithCaption:(NSString *)caption
buttonText:(NSString *)buttonText
image:(UIImage *)image
imageSize:(CGSize)imageSize
useLargeIcon:(BOOL)useLargeIcon
displayLanguage:(NSString *)displayLanguage;
@end
// uYouLocal fix
// @interface YTLocalPlaybackController : NSObject
// - (id)activeVideo;
// @end
// uYou theme fix
// @interface YTAppDelegate ()
// @property(nonatomic, strong) id downloadsVC;
// @end