]> git.saurik.com Git - apple/security.git/blame - Keychain/DeviceTableViewController.h
Security-57031.10.10.tar.gz
[apple/security.git] / Keychain / DeviceTableViewController.h
CommitLineData
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