mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-15 14:34:08 +02:00
6 lines
125 B
C#
6 lines
125 B
C#
namespace TweetLib.Core.Application{
|
|
public interface IAppResourceHandler{
|
|
string? Load(string path);
|
|
}
|
|
}
|