]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
1 | // |
2 | // KCATableViewController.h | |
3 | // Security | |
4 | // | |
5 | // Created by John Hurley on 10/22/12. | |
6 | // | |
7 | // | |
8 | ||
9 | #import <UIKit/UIKit.h> | |
10 | ||
11 | @class DeviceItemCell; | |
12 | ||
13 | @interface DeviceTableViewController : UITableViewController | |
14 | //@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell; | |
15 | @property (strong, nonatomic) NSArray *kcItemStatuses; | |
16 | @property (strong, nonatomic) NSArray *kcItemNames; | |
17 | ||
18 | - (NSArray *)getItems; | |
19 | ||
20 | @end |