package com.ikea.kompis.shopping.event;

import com.ikea.shared.products.model.RetailItemCommunication;

public class MotherSPRSelectedEvent
{
  public final RetailItemCommunication retailItemCommunication;

  public MotherSPRSelectedEvent(RetailItemCommunication paramRetailItemCommunication)
  {
    this.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.event.MotherSPRSelectedEvent
 * JD-Core Version:    0.6.2
 */