Skip to content

Commit c24577c

Browse files
committed
Define NSPasteboardType
1 parent 49bb893 commit c24577c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Headers/AppKit/NSPasteboard.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ APPKIT_EXPORT NSString *const NSPasteboardTypeMultipleTextSelection;
193193
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
194194
APPKIT_EXPORT NSString *const NSPasteboardTypeTextFinderOptions;
195195
#endif
196+
197+
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
198+
typedef NSString *NSPasteboardType;
199+
#endif
196200
#endif
197201

198202

0 commit comments

Comments
 (0)