From 07589f5d75c74ad2a3aa17aeeab895b23e2e2167 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:07:19 -0600 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index e9a9d3a400..1442e9885a 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -31,13 +31,13 @@ #import "Tweaks/YouTubeHeader/YTPivotBarItemView.h" // Hide buttons under the video player by @PoomSmart -#import -#import -#import +#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]