fixed #3 & AppSpoofer

This commit is contained in:
Balackburn
2023-07-06 21:17:40 +02:00
parent 73276177f3
commit 2274a95911
2 changed files with 12 additions and 0 deletions

View File

@@ -77,6 +77,15 @@
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
// SponsorBlock button in Nav bar
@interface MDCButton : UIButton
@end
@interface YTRightNavigationButtons : UIView
@property YTQTMButton *notificationButton;
@property YTQTMButton *sponsorBlockButton;
@end
// IAmYouTube
@interface SSOConfiguration : NSObject
@end