ample/Ample/MachineViewController.h

21 lines
368 B
C
Raw Normal View History

2020-08-20 00:26:44 +00:00
//
// MachineViewController.h
2020-08-20 00:26:44 +00:00
// MA2ME
//
// Created by Kelvin Sherlock on 8/16/2020.
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MachineViewController : NSViewController <NSBrowserDelegate>
2020-08-20 00:26:44 +00:00
@property NSString *machine;
2020-08-20 00:26:44 +00:00
@end
NS_ASSUME_NONNULL_END