Skip to content

Commit

Permalink
rename Header.h
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Oct 6, 2023
1 parent ce40373 commit dd38036
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Settings.xm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#import "Tweaks/YouTubeHeader/YTSettingsSectionItemManager.h"
#import "Tweaks/YouTubeHeader/YTUIUtils.h"
#import "Tweaks/YouTubeHeader/YTSettingsPickerViewController.h"
#import "Header.h"
#import "uYouPlus.h"

static BOOL IsEnabled(NSString *key) {
return [[NSUserDefaults standardUserDefaults] boolForKey:key];
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion uYouPlus.xm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "Header.h"
#import "uYouPlus.h"

// Tweak's bundle for Localizations support - @PoomSmart - https://github.com/PoomSmart/YouPiP/commit/aea2473f64c75d73cab713e1e2d5d0a77675024f
NSBundle *uYouPlusBundle() {
Expand Down

0 comments on commit dd38036

Please sign in to comment.