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