Files
macSVG-mirror/macSVG/SVGDocument Classes/XMLAttributesTableView.h
2016-09-15 10:13:52 -05:00

20 lines
367 B
Objective-C

//
// XMLAttributesTableView.h
// macSVG
//
// Created by Douglas Ward on 10/15/11.
// Copyright © 2016 ArkPhone LLC. All rights reserved.
//
#import <Foundation/Foundation.h>
@class XMLAttributesTableController;
@interface XMLAttributesTableView : NSTableView {
IBOutlet XMLAttributesTableController * xmlAttributesTableController;
@private
}
@end