package com.sahooz.library.countrypicker; /** * Created by android on 17/10/17. */ public interface PickCountryCallback { void onPick(Country country); }