X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/Keychain/DeviceTableViewController.h diff --git a/Keychain/DeviceTableViewController.h b/Keychain/DeviceTableViewController.h new file mode 100644 index 00000000..e92b1d18 --- /dev/null +++ b/Keychain/DeviceTableViewController.h @@ -0,0 +1,20 @@ +// +// KCATableViewController.h +// Security +// +// Created by John Hurley on 10/22/12. +// +// + +#import + +@class DeviceItemCell; + +@interface DeviceTableViewController : UITableViewController +//@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell; +@property (strong, nonatomic) NSArray *kcItemStatuses; +@property (strong, nonatomic) NSArray *kcItemNames; + +- (NSArray *)getItems; + +@end