Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
#import <NSArray+NilProtection.h>
Instance Methods | |
(id) | - firstObject |
Returns the first object or nil. More... | |
(id) | - objectOrNilAtIndex: |
Returns the object at given index or nil, if the index is out of bounds. More... | |
- (id) firstObject |
Returns the first object or nil.
- (id) objectOrNilAtIndex: | (NSUInteger) | index |
Returns the object at given index or nil, if the index is out of bounds.