sharee.bike-App/TINKLib/Model/Device/IWebView.cs
2021-05-13 20:03:07 +02:00

9 lines
182 B
C#

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