mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
13 lines
248 B
C#
13 lines
248 B
C#
using PepperDash.Core;
|
|
|
|
|
|
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines the contract for IAttachVideoStatus
|
|
/// </summary>
|
|
public interface IAttachVideoStatus : IKeyed
|
|
{
|
|
// Extension methods will depend on this
|
|
}
|
|
} |