Refactor setting storage related

This commit is contained in:
qianlifeng
2014-03-23 16:20:00 +08:00
parent 4ca0453cff
commit 3dbef1400c

View File

@@ -0,0 +1,8 @@
namespace Wox.Infrastructure.Storage.UserSettings
{
public class CustomPluginHotkey
{
public string Hotkey { get; set; }
public string ActionKeyword { get; set; }
}
}