package com.renrendai.lemon.sdk.debug;

/**
 * Created by rrd on 2017/5/8.
 */

public interface IDebugCall {
    void callAction();
}
