mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Modified to say we conform to the NSCoding protocol (whith the spec says we
should). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2836 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2d45d3f4f3
commit
cb92595ddb
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
@class NSData;
|
||||
|
||||
@interface NSCharacterSet : NSObject <NSCopying, NSMutableCopying>
|
||||
@interface NSCharacterSet : NSObject <NSCoding, NSCopying, NSMutableCopying>
|
||||
|
||||
// Creating standard character sets
|
||||
+ (NSCharacterSet *)alphanumericCharacterSet;
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface NSMutableCharacterSet : NSCharacterSet <NSCopying, NSMutableCopying>
|
||||
@interface NSMutableCharacterSet : NSCharacterSet
|
||||
|
||||
- (void)addCharactersInRange:(NSRange)aRange;
|
||||
- (void)addCharactersInString:(NSString *)aString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue