We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb893 commit c24577cCopy full SHA for c24577c
Headers/AppKit/NSPasteboard.h
@@ -193,6 +193,10 @@ APPKIT_EXPORT NSString *const NSPasteboardTypeMultipleTextSelection;
193
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
194
APPKIT_EXPORT NSString *const NSPasteboardTypeTextFinderOptions;
195
#endif
196
+
197
+#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
198
+typedef NSString *NSPasteboardType;
199
+#endif
200
201
202
0 commit comments