goog.module('bridgejsmethod.Main.H');

goog.require('bridgejsmethod.Main.G');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const H = goog.require('bridgejsmethod.Main.H$impl');
exports = H;
