6 lines
91 B
Objective-C
6 lines
91 B
Objective-C
@protocol NSObject
|
|
@property (readonly) int hash;
|
|
@end
|
|
@interface NSObject <NSObject>
|
|
@end
|