#include "react-native-voice-to-text.h"

namespace voicetotext {
	double multiply(double a, double b) {
		return a * b;
	}
}
