Artifact 457d6af9f3691a8c5f707e7cd1c875fc262d9f42ba0dffe1ee67bc92eff69b9f:
- File src/OFMutableDictionary.h — part of check-in [71abb030af] at 2009-05-18 20:53:42 on branch trunk — Split OFDictionary into OFDictionary and OFMutableDictionary. (user: js, size: 459) [annotate] [blame] [check-ins using]
/* * Copyright (c) 2008 - 2009 * Jonathan Schleifer <js@webkeks.org> * * All rights reserved. * * This file is part of libobjfw. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ #import "OFDictionary.h" /** * The OFMutableDictionary class provides a class for using mutable hash tables. */ @interface OFMutableDictionary: OFDictionary @end