mirror of
https://github.com/ksherlock/ample.git
synced 2025-01-24 21:33:37 +00:00
18 lines
255 B
C
18 lines
255 B
C
|
//
|
||
|
// EjectButton.h
|
||
|
// Ample
|
||
|
//
|
||
|
// Created by Kelvin Sherlock on 9/7/2020.
|
||
|
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface EjectButton : NSButton
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|