#ifndef WALLETCHAT_H
#define WALLETCHAT_H

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

#endif /* WALLETCHAT_H */
