Skip to content

Commit

Permalink
Update uYouPlus.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Feb 28, 2024
1 parent 384e52f commit 07589f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/uYouPlus.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
#import "Tweaks/YouTubeHeader/YTPivotBarItemView.h"

// Hide buttons under the video player by @PoomSmart
#import <YouTubeHeader/ASCollectionElement.h>
#import <YouTubeHeader/ASCollectionView.h>
#import <YouTubeHeader/ELMNodeController.h>
#import "Tweaks/YouTubeHeader/ASCollectionElement.h"
#import "Tweaks/YouTubeHeader/ASCollectionView.h"
#import "Tweaks/YouTubeHeader/ELMNodeController.h"

// YouTube-X
#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 IS_ENABLED(k) [[NSUserDefaults standardUserDefaults] boolForKey:k]
Expand Down

0 comments on commit 07589f5

Please sign in to comment.