6 lines
163 B
C#
6 lines
163 B
C#
namespace AsmdefHelper.DependencyGraph.Editor {
|
|
public interface IToggleCheckDelegate {
|
|
void OnSelectionChanged(string label, bool isChecked);
|
|
}
|
|
}
|