From c727894e9e2598f3d9028fb35a15d2cf460a1611 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:46:30 -0600 Subject: [PATCH] Fix Header (YTLitePlus) --- YTLitePlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 601169e..1dd6116 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -1,4 +1,4 @@ -#import "Header.h" +#import "YTLitePlus.h" NSBundle *YTLitePlusBundle() { static NSBundle *bundle = nil;