namespace Paps.UnityToolbarExtenderUIToolkit { internal interface IGroupDefinitionRepository { public GroupDefinition[] GetAll(); } }