goog.module('inheritance.ParentInterface1');

goog.require('inheritance.GreatParentInterface');
goog.require('nativebootstrap.Util');

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