//
//  NewtonPluginMacros.m
//  Newton Cordova Demo
//
//  Created by Mirco Cipriani on 19/06/2017.
//
//


#ifdef DEBUG
BOOL const DEBUG_BUILD = YES;
#else
BOOL const DEBUG_BUILD = NO;
#endif
