1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 10:52:00 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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