using System; public interface IPoint { void PrintPt(); }