Class NSCategoryGuess
Currently not used!
Syntax
Constructors
NSCategoryGuess()
Currently not used!
Declaration
NSCategoryGuess
Methods
GetDummy()
Currently not used!
Declaration
String GetDummy()
Returns
| Type | Description |
|---|---|
| String |
Examples
NSCategoryGuess thing;
String dummy = thing.GetDummy();
SetDummy(String)
Currently not used!
Declaration
Void SetDummy(String dummy)
Parameters
| Type | Name | Description |
|---|---|---|
| String | dummy |
Returns
| Type | Description |
|---|---|
| Void |
Examples
NSCategoryGuess thing;
String dummy;
thing.SetDummy(dummy);