goog.module('jsmethod.JsMethodExample.InterfaceWithMethod');

goog.require('nativebootstrap.Util');

const InterfaceWithMethod = goog.require('jsmethod.JsMethodExample.InterfaceWithMethod$impl');
exports = InterfaceWithMethod;
