From 8a3eba129afdc54418596e2b27dae78c73a4df65 Mon Sep 17 00:00:00 2001 From: Zhenfu Shi Date: Thu, 27 Apr 2023 14:39:52 -0400 Subject: [PATCH] fix: wrong case in AppKit.h (#5456) --- macosx/BlocklistScheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/BlocklistScheduler.h b/macosx/BlocklistScheduler.h index 65ee7a386..9ddac4102 100644 --- a/macosx/BlocklistScheduler.h +++ b/macosx/BlocklistScheduler.h @@ -2,7 +2,7 @@ // It may be used under the MIT (SPDX: MIT) license. // License text can be found in the licenses/ folder. -#import +#import @interface BlocklistScheduler : NSObject