resolves #180 - Add IHasBasicTrilist

This commit is contained in:
Trevor Payne
2020-05-13 10:01:56 -05:00
parent 55d8e6f205
commit a02bf37c3c

View File

@@ -11,4 +11,9 @@ namespace PepperDash.Essentials.Core
{ {
BasicTriListWithSmartObject Panel { get; } BasicTriListWithSmartObject Panel { get; }
} }
public interface IHasBasicTrilist
{
BasicTriList Panel { get; }
}
} }