]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/DeviceTableViewController.h
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / DeviceTableViewController.h
diff --git a/Keychain/DeviceTableViewController.h b/Keychain/DeviceTableViewController.h
new file mode 100644 (file)
index 0000000..e92b1d1
--- /dev/null
@@ -0,0 +1,20 @@
+//
+//  KCATableViewController.h
+//  Security
+//
+//  Created by John Hurley on 10/22/12.
+//
+//
+
+#import <UIKit/UIKit.h>
+
+@class DeviceItemCell;
+
+@interface DeviceTableViewController : UITableViewController
+//@property (assign, nonatomic) IBOutlet KeychainItemCell *kcitemCell;
+@property (strong, nonatomic) NSArray *kcItemStatuses;
+@property (strong, nonatomic) NSArray *kcItemNames;
+
+- (NSArray *)getItems;
+
+@end