Sign in
appsheet-third-party
/
epplus
/
ac8b5d367b1f30fc16efa1d0026fcca3869d1404
/
.
/
EPPlus
/
FormulaParsing
/
Utilities
/
IdProvider.cs
blob: 9dfc6ae7643934a52ca258b089ed6ebb5f161215 [
file
] [
log
] [
blame
]
using
System
;
using
System
.
Collections
.
Generic
;
using
System
.
Linq
;
using
System
.
Text
;
namespace
OfficeOpenXml
.
FormulaParsing
.
Utilities
{
public
abstract
class
IdProvider
{
public
abstract
object
NewId
();
}
}