package com.ikea.shared.user.model;

import com.google.gson.annotations.SerializedName;
import com.ikea.shared.browse.model.BaseResponse;

public class UserSessionResponse extends BaseResponse
{

  @SerializedName("SessionContext")
  private SessionContext sessioncontext;

  public SessionContext getSessioncontext()
  {
    return this.sessioncontext;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.user.model.UserSessionResponse
 * JD-Core Version:    0.6.2
 */