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