summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/ParseErrorView.h
blob: bb6141f23bf8544a4567c8a9412dd4ce9395cf12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  ParseErrorView.h
//  TikZiT
//
//  Created by Karl Johan Paulsson on 27/01/2013.
//  Copyright (c) 2013 Aleks Kissinger. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface ParseErrorView : NSView

@end