goog.module('jsbridgebackward.MyJsInterface');

goog.require('jsbridgebackward.MyJsInterface.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const MyJsInterface = goog.require('jsbridgebackward.MyJsInterface$impl');
exports = MyJsInterface;
