Provisional profile editor complete.
This commit is contained in:
parent
5941a2f5b3
commit
b9f0c51e70
6 changed files with 170 additions and 97 deletions
|
|
@ -9,9 +9,11 @@ public class Profile {
|
|||
@SerializedName("note")
|
||||
public String note;
|
||||
|
||||
/** Encoded in Base-64 */
|
||||
@SerializedName("avatar")
|
||||
public String avatar;
|
||||
|
||||
/** Encoded in Base-64 */
|
||||
@SerializedName("header")
|
||||
public String header;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue