Fix object type name

This commit is contained in:
Vinyl Darkscratch 2018-03-01 16:22:10 -08:00
parent 60fe0bf8c9
commit b2db1c749f

View file

@ -10,7 +10,7 @@
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
NSBool isCached = NO;
BOOL isCached = NO;
NSURL *originalBackground;
NSDictionary<NSWorkspaceDesktopImageOptionKey, id> *originalOptions;