Refactoring App
This commit is contained in:
parent
e2070cf597
commit
97c88c46bb
24 changed files with 517 additions and 442 deletions
|
|
@ -1,7 +1,5 @@
|
|||
package models;
|
||||
|
||||
import interfaces.INotificationClient;
|
||||
|
||||
/**
|
||||
* Created by loke on 17/06/2017.
|
||||
*/
|
||||
|
|
@ -9,7 +7,6 @@ public class Session {
|
|||
|
||||
public String token;
|
||||
public User account;
|
||||
public INotificationClient clientInterface;
|
||||
|
||||
public Session(User account, String token){
|
||||
this.token = token;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue