package eVVM.apk.ui.event; /** * Created by Android Studio. * User: zbb * Date: 2019/6/18 * Describe: ReviewEvent */ public class ReviewEvent { public int type; public ReviewEvent(int type) { this.type = type; } }