summaryrefslogtreecommitdiff
path: root/tikzit-old/src/osx/Graph+Coder.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit-old/src/osx/Graph+Coder.h')
-rw-r--r--tikzit-old/src/osx/Graph+Coder.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/tikzit-old/src/osx/Graph+Coder.h b/tikzit-old/src/osx/Graph+Coder.h
deleted file mode 100644
index 1404fc2..0000000
--- a/tikzit-old/src/osx/Graph+Coder.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// Graph+Coder.h
-// TikZiT
-//
-// Created by Aleks Kissinger on 27/04/2010.
-// Copyright 2010 __MyCompanyName__. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-#import "Graph.h"
-
-@interface Graph (Coder)
-
-- (id)initWithCoder:(NSCoder*)coder;
-- (void)encodeWithCoder:(NSCoder*)coder;
-
-@end