@@ -15,17 +15,13 @@ */ #import "OFObject.h" /*! - * @brief A base class for classes providing hash functions. + * @brief A protocol for classes providing hash functions. */ -@interface OFHash: OFObject -{ - BOOL _calculated; -} - +@protocol OFHash #ifdef OF_HAVE_PROPERTIES @property (readonly, getter=isCalculated) BOOL calculated; #endif /*!