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