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

18 lines
264 B
Objective-C

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