X.h 91 Bytes Raw Blame History Permalink 1 2 3 4 5 @protocol NSObject @property (readonly) int hash; @end @interface NSObject <NSObject> @end