X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/Keychain/ToolsViewController.h diff --git a/Keychain/ToolsViewController.h b/Keychain/ToolsViewController.h new file mode 100644 index 00000000..68ec78a7 --- /dev/null +++ b/Keychain/ToolsViewController.h @@ -0,0 +1,25 @@ +// +// ToolsViewController.h +// Keychain +// +// Created by john on 10/22/12. +// +// + +#import +#import + +@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