package com.vt.vthacks.model; import java.util.List; public interface ICompanyContactsList extends List<ICompany> { }