package com.sogouchat.popnewmsg; public class PopMessage { public PopMessage(String strDate){ strBody = strDate; tm = System.currentTimeMillis(); } public String strBody; public long tm; }