mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
14 lines
176 B
Objective-C
14 lines
176 B
Objective-C
//
|
|
// XMLAttributesTableRowView.h
|
|
//
|
|
//
|
|
// Created by Douglas Ward on 12/20/17.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface XMLAttributesTableRowView : NSTableRowView
|
|
|
|
@end
|