Added review dialog

This commit is contained in:
M66B
2019-09-21 22:18:24 +02:00
parent 0bffc2b0f4
commit ebc7c98425
7 changed files with 177 additions and 71 deletions

View File

@@ -23,6 +23,8 @@ public class TupleAccountSwipes {
public long id;
public Long swipe_left;
public String left_type;
public String left_name;
public Long swipe_right;
public String right_type;
public String right_name;
}