mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Update uYouPlus.h
This commit is contained in:
parent
384e52fed1
commit
07589f5d75
1 changed files with 4 additions and 4 deletions
|
|
@ -31,13 +31,13 @@
|
||||||
#import "Tweaks/YouTubeHeader/YTPivotBarItemView.h"
|
#import "Tweaks/YouTubeHeader/YTPivotBarItemView.h"
|
||||||
|
|
||||||
// Hide buttons under the video player by @PoomSmart
|
// Hide buttons under the video player by @PoomSmart
|
||||||
#import <YouTubeHeader/ASCollectionElement.h>
|
#import "Tweaks/YouTubeHeader/ASCollectionElement.h"
|
||||||
#import <YouTubeHeader/ASCollectionView.h>
|
#import "Tweaks/YouTubeHeader/ASCollectionView.h"
|
||||||
#import <YouTubeHeader/ELMNodeController.h>
|
#import "Tweaks/YouTubeHeader/ELMNodeController.h"
|
||||||
|
|
||||||
// YouTube-X
|
// YouTube-X
|
||||||
#import "Tweaks/YouTubeHeader/YTVideoWithContextNode.h"
|
#import "Tweaks/YouTubeHeader/YTVideoWithContextNode.h"
|
||||||
#import "Tweaks/YouTubeHeader/ELMCellNode.h" // YouTube-X
|
#import "Tweaks/YouTubeHeader/ELMCellNode.h"
|
||||||
|
|
||||||
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
||||||
#define IS_ENABLED(k) [[NSUserDefaults standardUserDefaults] boolForKey:k]
|
#define IS_ENABLED(k) [[NSUserDefaults standardUserDefaults] boolForKey:k]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue