package com.mozz.htmlnative; import com.mozz.htmlnative.view.BackgroundViewDelegate; /** * @author Yang Tao, 17/3/10. */ public interface ImageViewAdapter { void setImage(String src, BackgroundViewDelegate imageView); }