初始化
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.ifish.jpush.common.resp;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
public class BooleanResult extends DefaultResult {
|
||||
|
||||
@Expose public boolean result;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user