/**
 * Created by jd on 21/11/2015.
 */
interface Dispositivo
{

    nome :string;
    tipo:string;
    identificador:string;
    token:string;


}
