package ge.edu.freeuni.sdp.snake.presenter; public interface LivesUpdateListener { void updateLives(int newLives); }