mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
More headers (uYouPlusSettings.h)
This commit is contained in:
parent
175abbd5f7
commit
9623a2eb0b
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue