minivmac4ios/Mini vMac/InsertDiskViewController.h

19 lines
394 B
C
Raw Normal View History

2016-05-11 21:04:49 +00:00
//
// InsertDiskViewController.h
// Mini vMac
//
// Created by Jesús A. Álvarez on 07/05/2016.
2018-04-28 10:12:43 +00:00
// Copyright © 2016-2018 namedfork. All rights reserved.
2016-05-11 21:04:49 +00:00
//
#import <UIKit/UIKit.h>
@interface InsertDiskViewController : UITableViewController
- (IBAction)showSettings:(id)sender;
- (IBAction)dismiss:(id)sender;
2016-05-25 18:49:56 +00:00
- (IBAction)macInterrupt:(id)sender;
- (IBAction)macReset:(id)sender;
2016-05-11 21:04:49 +00:00
@end