objc

NXConstantString+Protocol.h
Go to the documentation of this file.
1 
14 #pragma once
15 
17 // PROTOCOL DEFINITIONS
18 
34 
35 @required
36 
43 - (const char *)cStr;
44 
50 - (unsigned int)length;
51 
52 @end
unsigned int length()
Returns the length of the string in bytes.
const char * cStr()
Returns the C string representation of the string.
Protocol for constant string objects.