2020-08-19 20:26:44 -04:00
|
|
|
//
|
2020-08-29 16:48:14 -04:00
|
|
|
// MachineViewController.h
|
2020-08-29 23:24:49 -04:00
|
|
|
// Ample
|
2020-08-19 20:26:44 -04:00
|
|
|
//
|
|
|
|
// 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
|
|
|
|
|
2020-08-29 16:48:14 -04:00
|
|
|
@interface MachineViewController : NSViewController <NSBrowserDelegate>
|
2020-08-19 20:26:44 -04:00
|
|
|
|
2020-08-29 16:48:14 -04:00
|
|
|
@property NSString *machine;
|
2020-08-19 20:26:44 -04:00
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|