initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Intelix.Helper.Data;
|
||||
|
||||
namespace Intelix.Targets;
|
||||
|
||||
public interface ITarget
|
||||
{
|
||||
void Collect(InMemoryZip zip, Counter counter);
|
||||
}
|
||||
Reference in New Issue
Block a user