X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/Keychain/SyncViewController.h diff --git a/Keychain/SyncViewController.h b/Keychain/SyncViewController.h deleted file mode 100644 index 3bbaa14f..00000000 --- a/Keychain/SyncViewController.h +++ /dev/null @@ -1,34 +0,0 @@ -// -// SyncViewController.h -// Keychain -// -// Created by john on 10/22/12. -// - -#import -#import -#import "CircleStatusView.h" - -@interface SyncViewController : UIViewController { - int notificationToken; - int notificationCount; -} -@property (weak, nonatomic) IBOutlet UILabel *statusMessage; -@property (weak, nonatomic) IBOutlet UISwitch *syncingEnabled; -@property (weak, nonatomic) IBOutlet UIProgressView *circleProgress; -@property (weak, nonatomic) IBOutlet UILabel *circleStatus; -@property (weak, nonatomic) IBOutlet UILabel *updateCount; -@property (weak, nonatomic) IBOutlet UILabel *peerCount; -@property (weak, nonatomic) IBOutlet UILabel *applicantCount; -@property (weak, nonatomic) IBOutlet UITableView *peerList; -@property (weak, nonatomic) IBOutlet UITableView *applicantList; -@property (weak, nonatomic) IBOutlet UILabel *stateChanged; -@property (weak, nonatomic) IBOutlet UIButton *acceptButton; -@property (weak, nonatomic) IBOutlet CircleStatusView *stateChangedC; - -- (void)flashChangeLight; -- (void)setStatus:(NSString *)message; -- (void)updateSyncingEnabledSwitch; -+ (void)requestToJoinCircle; - -@end