package com.ikea.kompis.stores.event;

import android.location.Location;

public class HomeButtonPressedEvent
{
  public final Location currentLocation;

  public HomeButtonPressedEvent(Location paramLocation)
  {
    this.currentLocation = paramLocation;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.kompis.stores.event.HomeButtonPressedEvent
 * JD-Core Version:    0.6.2
 */