FMIceLinkIntegerHolder Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkIntegerHolder.h FMIceLinkIntegerHolder.m  | 
– init
	
Initializes a new instance of the FMIceLinkIntegerHolder class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkIntegerHolder class.
			Declared In
FMIceLinkIntegerHolder.h
– initWithValue:
	
Initializes a new instance of the FMIceLinkIntegerHolder class.
			- (instancetype)initWithValue:(int)valueParameters
value | 
						The value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkIntegerHolder class.
			Declared In
FMIceLinkIntegerHolder.h
+ integerHolder
	
Initializes a new instance of the FMIceLinkIntegerHolder class.
			+ (FMIceLinkIntegerHolder *)integerHolderDiscussion
Initializes a new instance of the FMIceLinkIntegerHolder class.
			Declared In
FMIceLinkIntegerHolder.h
+ integerHolder:
	
Initializes a new instance of the FMIceLinkIntegerHolder class.
			+ (FMIceLinkIntegerHolder *)integerHolder:(int)valueParameters
value | 
						The value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkIntegerHolder class.
			Declared In
FMIceLinkIntegerHolder.h
– setValue:
	
Sets the [value](#//api/name/value).
			- (void)setValue:(int)valueDiscussion
Sets the [value](#//api/name/value).
			Declared In
FMIceLinkIntegerHolder.h
– value
	
Gets the value.
			- (int)valueDiscussion
Gets the value.
			Declared In
FMIceLinkIntegerHolder.h