Files
macSVG-mirror/macSVG/SVGDocument Classes/FolderIconView.h
2022-07-16 23:27:49 -05:00

18 lines
254 B
Objective-C

//
// FolderIconView.h
// macSVG
//
// Created by Douglas Ward on 3/25/20.
// Copyright © 2022 ArkPhone, LLC. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface FolderIconView : NSView
@end
NS_ASSUME_NONNULL_END