VancedMicroG/play-services-api/src/main/java/com/google/android/gms/location/places/NearbyAlertRequest.java

13 lines
306 B
Java
Raw Normal View History

2015-01-11 11:53:42 +00:00
package com.google.android.gms.location.places;
2015-01-12 10:02:10 +00:00
import org.microg.safeparcel.AutoSafeParcelable;
2015-01-11 11:53:42 +00:00
/**
* TODO: usage
*/
2015-01-12 10:02:10 +00:00
public class NearbyAlertRequest extends AutoSafeParcelable {
2015-01-11 11:53:42 +00:00
2015-01-12 10:02:10 +00:00
public static final Creator<NearbyAlertRequest> CREATOR = new AutoCreator<>(
NearbyAlertRequest.class);
2015-01-11 11:53:42 +00:00
}