using EmoneyInteceptor.Fiddler.Models; using System.Collections.Generic; namespace EmoneyInteceptor.Fiddler.Interfaces { public interface IFiddlerViewProvider { IList BuildFiddlerTabPages(); } }