aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MasterViewController.h
blob: 9910ba6d83715f0814c54a1e0f59ad577daa4c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  MasterViewController.h
//  iOS UI Test
//
//  Created by Jonathan Willing on 4/8/13.
//  Copyright (c) 2013 AppJon. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "SettingsViewController.h"

@interface MasterViewController : UITableViewController <SettingsViewControllerDelegate>

- (IBAction)showSettingsViewController:(id)sender;

@end