package com.ponyvillelive.pvlmobile.model; import java.util.Date; /** * Created by berwyn on 21/08/14. */ public class SongWrapper { public Date playedAt; public Song song; }