package co.mwater.clientapp.dbsync; import android.os.Parcelable; public interface DataSlice extends Parcelable { String getSliceId(); }