mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Updated NSUUID to use instancetype.
This commit is contained in:
parent
88f5cc2444
commit
a18bec3a16
2 changed files with 7 additions and 7 deletions
|
@ -50,9 +50,9 @@ typedef uint8_t gsuuid_t[16];
|
|||
gsuuid_t uuid;
|
||||
}
|
||||
|
||||
+ (id)UUID;
|
||||
- (id)initWithUUIDString:(NSString *)string;
|
||||
- (id)initWithUUIDBytes:(gsuuid_t)bytes;
|
||||
+ (instancetype)UUID;
|
||||
- (instancetype)initWithUUIDString:(NSString *)string;
|
||||
- (instancetype)initWithUUIDBytes:(gsuuid_t)bytes;
|
||||
- (NSString *)UUIDString;
|
||||
- (void)getUUIDBytes:(gsuuid_t)bytes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue