package com.mylhyl.circledialog.callback; /** * Created by hupei on 2018/7/26 14:43. */ public interface CircleItemLabel { String getItemLabel(); }