package com.lesgens.blindr.models; public interface IDestination { public String getId(); }