2 // KCATableViewController.h
5 // Created by John Hurley on 10/22/12.
9 #import <UIKit/UIKit.h>
11 @
class DeviceItemCell
;
13 @interface DeviceTableViewController
: UITableViewController
14 //@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell;
15 @
property (strong
, nonatomic
) NSArray
*kcItemStatuses
;
16 @
property (strong
, nonatomic
) NSArray
*kcItemNames
;
18 - (NSArray
*)getItems
;