public
Description: XBMC iPhone Remote
Homepage: remote.collect3.com.au
Clone URL: git://github.com/djfumberger/xbmc-remote.git
xbmc-remote / xbmcremote_Prefix.pch
100644 10 lines (8 sloc) 0.208 kb
1
2
3
4
5
6
7
8
9
10
//
// Prefix header for all source files of the 'NavTest' target in the 'NavTest' project
//
 
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "NSObjectExtension.h"
#endif