1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/lib/TweetLib.Browser.CEF/Interfaces/ICefAdapter.cs

8 lines
133 B
C#

using System;
namespace TweetLib.Browser.CEF.Interfaces {
public interface ICefAdapter {
void RunOnUiThread(Action action);
}
}