using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace IReaper.Category{ public interface IVector<T> { void SetWebcastNode(IWebcastNode<T> node); } }