@@ -12,14 +12,10 @@ #import #import #import "OFObject.h" @interface OFString: OFObject -{ - size_t length; -} - + newWithConstCString: (const char*)str; + newWithConstWideCString: (const wchar_t*)str; + newWithCString: (char*)str; + newWithWideCString: (wchar_t*)str;