mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
18 lines
254 B
Objective-C
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
|