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

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

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