cocoa: Import more classes for TouchBar support.

char-rename
Doug Coleman 2017-05-29 12:36:35 -05:00
parent e6d0c06f17
commit f3ed43dc74
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ SYNTAX: IMPORT: scan-token [ ] import-objc-class ;
"NSAutoreleasePool" "NSAutoreleasePool"
"NSBitmapImageRep" "NSBitmapImageRep"
"NSBundle" "NSBundle"
"NSButton"
"NSColorSpace" "NSColorSpace"
"NSData" "NSData"
"NSDictionary" "NSDictionary"
@ -74,6 +75,8 @@ SYNTAX: IMPORT: scan-token [ ] import-objc-class ;
"NSSavePanel" "NSSavePanel"
"NSScreen" "NSScreen"
"NSString" "NSString"
"NSTouchBar"
"NSTouchBarItem"
"NSView" "NSView"
"NSWindow" "NSWindow"
"NSWorkspace" "NSWorkspace"