objc

Object+Description.h
Go to the documentation of this file.
1 
21 
26 - (NXString *)description;
27 
32 + (NXString *)description;
33 
34 @end
A category that adds a description method to the Object class.
A class for managing and manipulating string objects.
Definition: NXString.h:20