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