@@ -33,10 +33,14 @@ { struct of_dictionary_bucket **data; uint32_t size; size_t count; } + +#ifdef OF_HAVE_PROPERTIES +@property (readonly) size_t count; +#endif /** * Creates a new OFDictionary. * * \return A new autoreleased OFDictionary