source: gs2-extensions/iOS-3.x/trunk/Greenstone2_Prefix.pch

Last change on this file was 22603, checked in by davidb, 14 years ago

Initial cut as iOs 3.x version of Greenstone2.app

File size: 325 bytes
Line 
1//
2// Prefix header for all source files of the 'Greenstone2' project
3//
4
5#ifdef __OBJC__
6 #import <Foundation/Foundation.h>
7 #import <UIKit/UIKit.h>
8#endif
9
10#ifdef DEBUGON
11#define DEBUGLOG(x) x
12#define LogMethod() NSLog(@"%@ %@", self, NSStringFromSelector(_cmd))
13#else
14#define DEBUGLOG(x)
15#define LogMethod()
16#endif
Note: See TracBrowser for help on using the repository browser.