mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-29 03:15:51 +02:00
6 lines
159 B
C#
6 lines
159 B
C#
namespace TweetLib.Core.Systems.Configuration {
|
|
public interface IConfigManager {
|
|
IConfigInstance<BaseConfig> GetInstanceInfo(BaseConfig instance);
|
|
}
|
|
}
|