#include "react-native-wallet-chat.h"

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