Skip to content

Instantly share code, notes, and snippets.

@twolfprogrammer
Created August 6, 2016 03:52
Show Gist options
  • Save twolfprogrammer/9297fada6d1a980e38423423a05a3764 to your computer and use it in GitHub Desktop.
Save twolfprogrammer/9297fada6d1a980e38423423a05a3764 to your computer and use it in GitHub Desktop.
using System;
using System.Net;
namespace MyCoolApp {
public interface INativeCookieService {
void ClearCookies();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment