minivmac4ios/Mini vMac/SettingsViewController.h

17 lines
322 B
C
Raw Normal View History

2016-05-11 21:04:49 +00:00
//
// SettingsViewController.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 SettingsViewController : UITableViewController
- (IBAction)showInsertDisk:(id)sender;
- (IBAction)dismiss:(id)sender;
@end