nst / nsarray-functional

Objective-C category to add Python-like map, filter and reduce methods to Cocoa NSArray.

This URL has Read+Write access

nsarray-functional / Functional_Prefix.pch
100644 8 lines (6 sloc) 0.162 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'Functional' target in the 'Functional' project.
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
#endif