]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/ToolsViewController.h
Security-57031.1.35.tar.gz
[apple/security.git] / Keychain / ToolsViewController.h
diff --git a/Keychain/ToolsViewController.h b/Keychain/ToolsViewController.h
new file mode 100644 (file)
index 0000000..68ec78a
--- /dev/null
@@ -0,0 +1,25 @@
+//
+//  ToolsViewController.h
+//  Keychain
+//
+//  Created by john on 10/22/12.
+//
+//
+
+#import <UIKit/UIKit.h>
+#import <PeerListCell.h>
+
+@interface ToolsViewController : UIViewController  {
+    int     notificationToken;
+    int     notificationCount;
+}
+@property (weak, nonatomic) IBOutlet UIButton *autopopulateButton;
+@property (weak, nonatomic) IBOutlet UIButton *clearButton;
+@property (weak, nonatomic) IBOutlet UIButton *clearKVS;
+@property (weak, nonatomic) IBOutlet UIButton *buttonC;
+@property (weak, nonatomic) IBOutlet UILabel *kvsCleared;
+@property (weak, nonatomic) IBOutlet UILabel *statusMessage;
+
+- (void)setStatus:(NSString *)message;
+
+@end