1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-01-15 14:42:46 +01:00
TweetDuck/lib/TweetLib.Core/Features/TweetDeck/ITweetDeckInterface.cs

8 lines
208 B
C#

namespace TweetLib.Core.Features.TweetDeck {
public interface ITweetDeckInterface : ICommonInterface {
void OnIntroductionClosed(bool showGuide);
void OpenContextMenu();
void OpenProfileImport();
}
}