package com.ladjzero.hipda; /** * Created by chenzhuo on 2017/4/23. */ public interface Parse { Response parse(String html); }