goog.module('jsproperties.NativeFoo');

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

const NativeFoo = goog.require('jsproperties.NativeFoo$impl');
exports = NativeFoo;
