Skip to content

Commit

Permalink
support setIconUri(int iconUri) in EmoticonPageSetEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
w446108264 committed Jun 1, 2016
1 parent c5feb99 commit d2934fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ public Builder setIconUri(String iconUri) {
return this;
}

public Builder setIconUri(int iconUri) {
this.iconUri = "" + iconUri;
return this;
}

public Builder setSetName(String setName) {
this.setName = setName;
return this;
Expand Down

0 comments on commit d2934fa

Please sign in to comment.