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