package test; import java.util.List; /** * */ /** * @author luismr * */ public interface NewsService { String getTitle(); List<News> getNews(); }