namespace TINK.Model.Device { public interface IWebView { /// Clears the cookie cache for all web views. void ClearCookies(); } }