From ff3a501d7da776deabc02d36ab80b372e3b10152 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 2 Aug 2020 08:14:07 -0400 Subject: [PATCH] Add NSAttributedStringKey typedef --- Headers/Foundation/NSAttributedString.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Headers/Foundation/NSAttributedString.h b/Headers/Foundation/NSAttributedString.h index 4d7b6c52b..263c1c167 100644 --- a/Headers/Foundation/NSAttributedString.h +++ b/Headers/Foundation/NSAttributedString.h @@ -133,6 +133,8 @@ extern "C" { @end //NSMutableAttributedString +typedef NSString* NSAttributedStringKey; + #endif /* GS_API_MACOSX */ #if defined(__cplusplus)