goog.module('cast.CastPrimitives.IntValueHolder');

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

const IntValueHolder = goog.require('cast.CastPrimitives.IntValueHolder$impl');
exports = IntValueHolder;
