package com.genersoft.iot.vmp.common;

public interface CommonCallback<T>{
    public void run(T t);
}
