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

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

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