public
Description: iPhone FriendFeed client
Homepage:
Clone URL: git://github.com/shanev/friendfeed-iphone.git
Click here to lend your support to: friendfeed-iphone and make a donation at www.pledgie.com !
friendfeed-iphone / FriendFeed_Prefix.pch
100755 9 lines (7 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'FriendFeed' target in the 'FriendFeed' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif