00001 /* 00002 * Copyright (c) 2008 - 2009 00003 * Jonathan Schleifer <js@webkeks.org> 00004 * 00005 * All rights reserved. 00006 * 00007 * This file is part of ObjFW. It may be distributed under the terms of the 00008 * Q Public License 1.0, which can be found in the file LICENSE included in 00009 * the packaging of this file. 00010 */ 00011 00012 #import "OFString.h" 00013 00014 #ifdef OF_APPLE_RUNTIME 00015 extern void *_OFConstStringClassReference; 00016 #endif 00017 00021 @interface OFConstString: OFString {} 00022 @end