package com.ikea.shared.cart.model;

import java.util.List;

public class ShoppingBagSectionList
{
  private List<ShoppingBagSection> ShoppingBagSection;

  public List<ShoppingBagSection> getShoppingBagSection()
  {
    return this.ShoppingBagSection;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.cart.model.ShoppingBagSectionList
 * JD-Core Version:    0.6.2
 */