Sign in
appsheet-third-party
/
epplus
/
d9f1dda791210c3f530c0ed5f83cfb5b2c06c439
/
.
/
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
();
}
}