StreamLink for iOS
8.0.2.287281-045ba3c8
|
Defines a pair type that is used to pass a field and value to StreamLink. More...
Instance Methods | |
(instancetype) | - initWithObject:andObject: |
Initialise an already allocated SLPair instance. More... | |
(ObjectType1) | - object1 |
Getter for the first object in the pair. More... | |
(ObjectType2) | - object2 |
Getter for the second object in the pair. More... | |
Protected Attributes | |
__pad0__: NSObject+(instancetype) allocPairWithObject:(ObjectType1)obj1 andObject:(ObjectType2)obj2 | |
Defines a pair type that is used to pass a field and value to StreamLink.
- (instancetype) initWithObject: | (ObjectType1) | obj1 | |
andObject: | (ObjectType2) | obj2 | |
- (ObjectType1) object1 |
Getter for the first object in the pair.
- (ObjectType2) object2 |
Getter for the second object in the pair.
|
protected |