Skip to content

Commit

Permalink
Define NSPasteboardType
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Jun 23, 2024
1 parent a950c8c commit 0c49064
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Headers/AppKit/NSPasteboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ APPKIT_EXPORT NSString *const NSPasteboardTypeMultipleTextSelection;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
APPKIT_EXPORT NSString *const NSPasteboardTypeTextFinderOptions;
#endif

#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
typedef NSString *NSPasteboardType;
#endif
#endif


Expand Down

0 comments on commit 0c49064

Please sign in to comment.