package com.android.dvci.interfaces;

public interface IncrementalLog {
	void resetLog();
}
