Files
2026-02-21 16:45:37 +08:00

8 lines
101 B
C#

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