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

This commit is contained in:
Zhenfu Shi
2023-04-27 14:39:52 -04:00
committed by GitHub
parent e8fcb025a0
commit f34b1e624c

View File

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