File attachment WIP
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IFileDescriptor
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
string Path { get; }
|
||||
|
||||
int Size { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user