package com.bastengao.serialport;

public interface Remover {
    void remove();
}
