package org.schabi.newpipe.database.history.dao; import org.schabi.newpipe.database.BasicDAO; public interface HistoryDAO extends BasicDAO { T getLatestEntry(); }