goog.module('inheritance.ParentInterface2');

goog.require('nativebootstrap.Util');

const ParentInterface2 = goog.require('inheritance.ParentInterface2$impl');
exports = ParentInterface2;
