package com.codbking.widget.listener; /** * Created by codbking on 2016/9/22. */ public interface WheelViewSureListener { public void onSure(); }