- What's the convention for prefixing categories with magic words?
- [string XXDataUsingUTF8];
- [request setHTTPBodyWithKeyValues: keyValues];
- [request XXSetHTTPBodyWithKeyValues: keyValues];
- [request setXXHTTPBodyWithKeyValues: keyValues];
- @interface NSObject (StevenFisherCategory)
- - (NSData *)XXCopyDataUsingUTF8 __attribute__((objc_method_family(copy)));
- @end