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

goog.require('bridgejsmethod.Main');
goog.require('bridgejsmethod.Main.Q');
goog.require('nativebootstrap.Util');

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