aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MasterViewController.h
blob: da63eb6043377ffea48de2da4483644bccaf41f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  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"
//#import <mailcore/mailcore.h>


@interface MasterViewController : UITableViewController <SettingsViewControllerDelegate>

- (IBAction)showSettingsViewController:(id)sender;

@end