package com.ikea.kompis.shopping;

import com.ikea.shared.products.model.RetailItemCommunication;

public class ShoppingCartTabFragment extends ShoppingCartBaseFragment
{
  public boolean goBack()
  {
    return false;
  }

  protected void productSelectedInSL(RetailItemCommunication paramRetailItemCommunication)
  {
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.shopping.ShoppingCartTabFragment
 * JD-Core Version:    0.6.2
 */