@@ -320,11 +320,11 @@ * to behave in a way compatible to your reimplementation of this * method! * * @return A 32 bit hash for the object */ -- (uint32_t)hash; +- (unsigned long)hash; /** * @brief Returns the retain count. * * @return The retain count @@ -543,11 +543,11 @@ @property (readonly, nonatomic) Class class; # else @property (readonly, nonatomic, getter=class) Class class_; #endif @property OF_NULLABLE_PROPERTY (readonly, nonatomic) Class superclass; -@property (readonly, nonatomic) uint32_t hash; +@property (readonly, nonatomic) unsigned long hash; @property (readonly, nonatomic) unsigned int retainCount; @property (readonly, nonatomic) bool isProxy; @property (readonly, nonatomic) bool allowsWeakReference; /**