初始化

This commit is contained in:
谢洪龙
2017-08-23 12:20:15 +08:00
commit 491d430741
471 changed files with 16355 additions and 0 deletions
@@ -0,0 +1,11 @@
package com.ifish.jpush.push.model;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
public interface PushModel {
public static Gson gson = new Gson();
public JsonElement toJSON();
}