Revert "升级OAID SDK"

This reverts commit 00aa2822af.
This commit is contained in:
oujunhui
2020-06-09 14:08:20 +08:00
parent 00aa2822af
commit 9795e3831b
8 changed files with 56 additions and 88 deletions

View File

@@ -13,12 +13,9 @@ import lombok.Getter;
*/
public class OpenSignInAttachment extends CustomAttachment {
@Getter
private ImNotice imNotice;
public ImNotice getImNotice() {
return imNotice;
}
public OpenSignInAttachment(int first, int second) {
super(first, second);
}

View File

@@ -8,26 +8,11 @@ import lombok.Data;
* 提醒,{@link com.yizhuan.xchat_android_core.im.custom.bean.OpenSignInAttachment}
* create by lvzebiao @2019/3/20
*/
@Data
public class ImNotice implements Serializable {
private String title;
private String content;
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
}