package com.ikea.kompis.products.event;

public class SPRCollectInfoUpdateEvent
{
  public final int collectedChildCount;
  public final int totalChildCount;

  public SPRCollectInfoUpdateEvent(int paramInt1, int paramInt2)
  {
    this.collectedChildCount = paramInt1;
    this.totalChildCount = paramInt2;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.products.event.SPRCollectInfoUpdateEvent
 * JD-Core Version:    0.6.2
 */