using System; namespace SRF.UI.Layout { public interface IVirtualView { void SetDataContext(object data); } }