first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using EmoneyInteceptor.Fiddler.Models;
|
||||
using System.Collections.Generic;
|
||||
namespace EmoneyInteceptor.Fiddler.Interfaces
|
||||
{
|
||||
public interface IFiddlerViewProvider
|
||||
{
|
||||
IList<FiddlerTabPage> BuildFiddlerTabPages();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user