1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-14 20:34:08 +02:00
TweetDuck/lib/TweetLib.Core/Application/IAppResourceHandler.cs

6 lines
115 B
C#

namespace TweetLib.Core.Application {
public interface IAppResourceHandler {
string? Load(string path);
}
}