@@ -9,10 +9,11 @@ * the packaging of this file. */ #import #import + #import "OFObject.h" @interface OFString: OFObject + newAsConstCString: (const char*)str; + newAsConstWideCString: (const wchar_t*)str;