package capturemanager.interfaces;
public interface IVersionControl {
String getXMLStringVersion();
}