FMIceLinkUnit Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | T __covariant  | 
| Declared in | FMIceLinkUnit.h FMIceLinkUnit.m  | 
– initWithItem:
	
Initializes a new instance of the FMIceLinkUnit`1 class.
			- (instancetype)initWithItem:(T)itemParameters
item | 
						The item to hold.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkUnit`1 class.
			Declared In
FMIceLinkUnit.h
– item
	
Gets the item in the tuple.
			- (T)itemDiscussion
Gets the item in the tuple.
			Declared In
FMIceLinkUnit.h
+ unitWithItem:
	
Initializes a new instance of the FMIceLinkUnit`1 class.
			+ (FMIceLinkUnit *)unitWithItem:(T)itemParameters
item | 
						The item to hold.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkUnit`1 class.
			Declared In
FMIceLinkUnit.h