mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 04:51:41 +00:00
update Header.h
This commit is contained in:
parent
c2efac035c
commit
3383edbb05
1 changed files with 9 additions and 5 deletions
14
Header.h
14
Header.h
|
|
@ -1,5 +1,9 @@
|
|||
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
|
||||
|
||||
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
||||
#define YT_BUNDLE_ID @"com.google.ios.youtube"
|
||||
#define YT_NAME @"YouTube"
|
||||
|
||||
// IAmYouTube
|
||||
@interface SSOConfiguration : NSObject
|
||||
@end
|
||||
|
|
@ -38,10 +42,7 @@
|
|||
@interface UIKeyboardDockView : UIView
|
||||
@end
|
||||
|
||||
@interface UICandidateViewController : UIViewController
|
||||
@end
|
||||
|
||||
@interface UIPredictionViewController : UIViewController
|
||||
@interface _ASDisplayView : UIView
|
||||
@end
|
||||
|
||||
@interface SponsorBlockSettingsController : UITableViewController
|
||||
|
|
@ -50,5 +51,8 @@
|
|||
@interface SponsorBlockViewController : UIViewController
|
||||
@end
|
||||
|
||||
@interface _ASDisplayView : UIView
|
||||
@interface UICandidateViewController : UIViewController
|
||||
@end
|
||||
|
||||
@interface UIPredictionViewController : UIViewController
|
||||
@end
|
||||
Loading…
Reference in a new issue