diff -r 8982b8fada63 -r d0aadddb9c64 MYKeychainItem.h --- a/MYKeychainItem.h Tue Apr 07 10:56:58 2009 -0700 +++ b/MYKeychainItem.h Tue Jul 21 10:13:08 2009 -0700 @@ -29,6 +29,9 @@ { @private MYKeychainItemRef _itemRef; +#if MYCRYPTO_USE_IPHONE_API + BOOL _isPersistent; +#endif } /** The Keychain item reference that this object represents. */ @@ -40,4 +43,8 @@ /** Removes the item from its keychain, if any. */ - (BOOL) removeFromKeychain; +#if MYCRYPTO_USE_IPHONE_API +@property BOOL isPersistent; +#endif + @end