1 @protocol NSObject 2 @property (readonly) int hash; 3 @end 4 @interface NSObject <NSObject> 5 @end 6