11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
//
|
|
// Prefix header for all source files of the 'VoiceMob' target in the 'VoiceMob' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#define MGMOkButtonTitle @"Ok"
|
|
#define releaseDebug 0
|
|
#endif
|