blob: f4eeed69b43c37bb4c372bfb8a7fb22c04efbcd0 [file] [log] [blame]
namespace AppsheetEpplus;
public interface IParsingLifetimeEventHandler {
void ParsingCompleted();
}