fix: wrong case in AppKit.h (#5456)

This commit is contained in:
Zhenfu Shi 2023-04-27 14:39:52 -04:00 committed by Charles Kerr
parent 411b66cf88
commit 8a3eba129a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// It may be used under the MIT (SPDX: MIT) license. // It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder. // License text can be found in the licenses/ folder.
#import <AppKit/Appkit.h> #import <AppKit/AppKit.h>
@interface BlocklistScheduler : NSObject @interface BlocklistScheduler : NSObject