From 4ad51fffcbf3cfa004fc4a13651473f4b69fc2e1 Mon Sep 17 00:00:00 2001 From: That_One_Nerd <78499572+That-One-Nerd@users.noreply.github.com> Date: Mon, 12 Apr 2021 19:50:35 -0400 Subject: [PATCH] Delete Interfaces.cs --- Interfaces.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Interfaces.cs diff --git a/Interfaces.cs b/Interfaces.cs deleted file mode 100644 index e00893c..0000000 --- a/Interfaces.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Nerd_STF.Interfaces -{ - public interface INegatives - { - public T Absolute { get; } - public bool IsNegative { get; } - public T Negative { get; } - public T Positive { get; } - } -} \ No newline at end of file