Refactoring App

This commit is contained in:
Lorenzo Iovino 2017-07-12 17:57:33 +02:00
parent e2070cf597
commit 97c88c46bb
24 changed files with 517 additions and 442 deletions

View file

@ -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;