@@ -17,13 +17,16 @@ #import #import "NSBridging.h" /*! + * @category NSString (OFObject) + * NSString+OFObject.h ObjFW-Bridge/NSString+OFObject.h + * * @brief Support for bridging NSStrings to OFStrings. * * Unfortunately, they need to be copied, as NSString is not capable of * handling UCS-4 properly (a character of NSString is only 2 bytes, while a * character of OFString is 4). */ @interface NSString (OFObject) @end