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