package com.example.surgerylog; import java.util.List; public interface ISpinnerRefresh { void SetSpinnerData(int spinnerId, List spinnerData); }