2010-09-24 15:35:47 -05:00
|
|
|
//
|
|
|
|
// Prefix header for all source files of the 'VoiceMob' target in the 'VoiceMob' project
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifdef __OBJC__
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <UIKit/UIKit.h>
|
2010-09-30 12:27:22 -05:00
|
|
|
#define MGMOkButtonTitle @"Ok"
|
2013-07-20 06:56:17 -05:00
|
|
|
#define releaseDebug 0
|
2010-09-24 15:35:47 -05:00
|
|
|
#endif
|