More headers (uYouPlusSettings.h)

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-04 20:11:20 -06:00 committed by GitHub
parent 175abbd5f7
commit 9623a2eb0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,12 @@
#import <YouTubeHeader/YTToastResponderEvent.h> #import <YouTubeHeader/YTToastResponderEvent.h>
#import "uYouPlus.h" #import "uYouPlus.h"
// custom
@interface YTSettingsCell ()
- (void)setIndicatorIcon:(int)icon;
- (void)setTitleDescription:(id)titleDescription;
@end
// For displaying snackbars // For displaying snackbars
@interface YTHUDMessage : NSObject @interface YTHUDMessage : NSObject
+ (id)messageWithText:(id)text; + (id)messageWithText:(id)text;