mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-22 03:30:59 +00:00
17 lines
319 B
Objective-C
17 lines
319 B
Objective-C
//
|
|
// InsertDiskViewController.h
|
|
// Mini vMac
|
|
//
|
|
// Created by Jesús A. Álvarez on 07/05/2016.
|
|
// Copyright © 2016 namedfork. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface InsertDiskViewController : UITableViewController
|
|
|
|
- (IBAction)showSettings:(id)sender;
|
|
- (IBAction)dismiss:(id)sender;
|
|
|
|
@end
|