aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean/ThresholdListViewController.h
blob: eb909d7c89198249ee2e2f20f660f3c7bcb7b280 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  ThresholdListViewController.h
//  iBean
//
//  Created by Eddie Ehlin on 2013-01-27.
//  Copyright (c) 2013 Eddie Ehlin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ThresholdListViewController : UIViewController <UITableViewDataSource, UITableViewDelegate>

/* Utility methods */
- (void) initViewController;

/* UI Outlets */

/* UI Actions */

@end