Class to hold an integer value passed by reference. More...
Instance Methods | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchIntegerHolder class. More... | |
| (instancetype) | - initWithValue: |
| Initializes a new instance of the FMLiveSwitchIntegerHolder class. More... | |
| (void) | - setValue: |
| Sets the value. More... | |
| (int) | - value |
| Gets the value. More... | |
Class Methods | |
| (FMLiveSwitchIntegerHolder *) | + integerHolder |
| Initializes a new instance of the FMLiveSwitchIntegerHolder class. More... | |
| (FMLiveSwitchIntegerHolder *) | + integerHolder: |
| Initializes a new instance of the FMLiveSwitchIntegerHolder class. More... | |
Class to hold an integer value passed by reference.
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchIntegerHolder class.
| - (instancetype) initWithValue: | (int) | value |
Initializes a new instance of the FMLiveSwitchIntegerHolder class.
| value | The value. |
| + (FMLiveSwitchIntegerHolder*) integerHolder |
Initializes a new instance of the FMLiveSwitchIntegerHolder class.
| + (FMLiveSwitchIntegerHolder*) integerHolder: | (int) | value |
Initializes a new instance of the FMLiveSwitchIntegerHolder class.
| value | The value. |
| - (void) setValue: | (int) | value |
Sets the value.
| - (int) value |
Gets the value.