--- /dev/null
+//
+// KeychainSyncAccountNotification.h
+// Security
+//
+// Created by keith on 5/2/13.
+//
+//
+
+#import <Foundation/Foundation.h>
+#import <Accounts/Accounts.h>
+#import <AccountsDaemon/ACDAccountNotificationPlugin.h>
+
+@interface KeychainSyncAccountNotification : NSObject <ACDAccountNotificationPlugin>
+
+@end