diff options
Diffstat (limited to 'CyteKit/NSString-Cyte.h')
-rw-r--r-- | CyteKit/NSString-Cyte.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/NSString-Cyte.h b/CyteKit/NSString-Cyte.h index ae370c0..a5955c4 100644 --- a/CyteKit/NSString-Cyte.h +++ b/CyteKit/NSString-Cyte.h @@ -40,6 +40,8 @@ #ifndef CyteKit_NSString_Cydia_H #define CyteKit_NSString_Cydia_H +#include <Foundation/Foundation.h> + @interface NSString (Cyte) + (NSString *) stringWithUTF8BytesNoCopy:(const char *)bytes length:(int)length; + (NSString *) stringWithUTF8Bytes:(const char *)bytes length:(int)length; |