X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/ToolsViewController.h diff --git a/Keychain/ToolsViewController.h b/Keychain/ToolsViewController.h deleted file mode 100644 index 68ec78a7..00000000 --- a/Keychain/ToolsViewController.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// 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