Files
2016-09-15 10:13:52 -05:00

18 lines
214 B
Objective-C

//
// PanelView.h
// macSVG
//
// Created by Douglas Ward on 9/22/11.
// Copyright © 2016 ArkPhone LLC. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PanelView : NSView {
@private
}
@end