/ KeychainSyncAccountNotification / KeychainSyncAccountNotification.h
KeychainSyncAccountNotification.h
1 // 2 // KeychainSyncAccountNotification.h 3 // Security 4 // 5 // Created by keith on 5/2/13. 6 // 7 // 8 9 #import <Foundation/Foundation.h> 10 #import <Accounts/Accounts.h> 11 #import <AccountsDaemon/ACDAccountNotificationPlugin.h> 12 13 @interface KeychainSyncAccountNotification : NSObject <ACDAccountNotificationPlugin> 14 15 @end