diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 19:49:20 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:31 -0800 |
commit | 72f3f30e29c37b635b2cb11a5827529510df5442 (patch) | |
tree | 936d214b33769905480e7587ce4ae5585919cada /MobileCydia.mm | |
parent | 819a0ab15627e670431ba80fffab8b745dab89da (diff) |
Separate out CyteKit/NSString-Cyte.mm.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 26c7920..d1568d7 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -624,18 +624,6 @@ NSUInteger DOMNodeList$countByEnumeratingWithState$objects$count$(DOMNodeList *s - (NSString *) stringByAddingPercentEscapesIncludingReserved; @end -@implementation NSString (UICaboodle) - -+ (NSString *) stringWithUTF8BytesNoCopy:(const char *)bytes length:(int)length { - return [[[NSString alloc] initWithBytesNoCopy:const_cast<char *>(bytes) length:length encoding:NSUTF8StringEncoding freeWhenDone:NO] autorelease]; -} - -+ (NSString *) stringWithUTF8Bytes:(const char *)bytes length:(int)length { - return [[[NSString alloc] initWithBytes:bytes length:length encoding:NSUTF8StringEncoding] autorelease]; -} - -@end - @implementation NSString (Cydia) - (NSComparisonResult) compareByPath:(NSString *)other { |