blob: 1c6d31b3f54459ffd06ac4c01b7f5c1d54ffdc0b [file] [log] [blame]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OfficeOpenXml.FormulaParsing
{
public interface IParsingLifetimeEventHandler
{
void ParsingCompleted();
}
}