summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/Graph+Coder.h
blob: 1404fc2e932c7fb40fe44f68de33f46824030fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  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