Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
NSArray(NilProtection) Category Reference

#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...
 

Method Documentation

- (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.


The documentation for this category was generated from the following files: