goog.module('inheritance.GreatParentInterface');

goog.require('nativebootstrap.Util');

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