using System; using System.Collections.Generic; using System.Linq; using System.Text; using Crestron.SimplSharp; using Crestron.SimplSharpPro.DeviceSupport; namespace PepperDash.Essentials.Core { public interface IHasBasicTriListWithSmartObject { BasicTriListWithSmartObject Panel { get; } } }