mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add ARC markup for initialisation
This commit is contained in:
parent
be173ab404
commit
72a678dc11
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ extern "C" {
|
|||
* If the string does not contain one or more pairs of hexadecimal digits
|
||||
* then an exception is raised.
|
||||
*/
|
||||
- (id) initWithHexadecimalRepresentation: (NSString*)string;
|
||||
- (id) initWithHexadecimalRepresentation: (NSString*)string
|
||||
NS_CONSUMES_SELF NS_RETURNS_RETAINED;
|
||||
|
||||
/**
|
||||
* Creates an MD5 digest of the information stored in the receiver and
|
||||
|
|
Loading…
Reference in a new issue