package com.renrendai.lemon.sdk.debug;

/**
 * Created by rrd on 2017/6/12.
 */

public interface IClickCallback {
    void callback(String res);
}
