mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Spacing changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8982223c7a
commit
0f76a0ae37
1 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
@protocol NSObject
|
||||
- autorelease;
|
||||
- (Class) class;
|
||||
- (BOOL) conformsToProtocol: (Protocol*)aProtocol;
|
||||
- (BOOL) conformsToProtocol: (Protocol *)aProtocol;
|
||||
- (unsigned) hash;
|
||||
- (BOOL) isEqual: anObject;
|
||||
- (BOOL) isKindOfClass: (Class)aClass;
|
||||
|
@ -52,7 +52,8 @@
|
|||
- retain;
|
||||
- (unsigned) retainCount;
|
||||
- self;
|
||||
- (NSZone *)zone;
|
||||
- (NSZone *) zone;
|
||||
- (NSString *) description;
|
||||
@end
|
||||
|
||||
@protocol NSCopying
|
||||
|
|
Loading…
Reference in a new issue