X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/3f0f0d49a9b6c2c6d459239f5926d59314cdeacf..7fb2cbd2e68c73bf213d9907905431dbdb74c908:/keychain/ckks/CKKSReencryptOutgoingItemsOperation.h diff --git a/keychain/ckks/CKKSReencryptOutgoingItemsOperation.h b/keychain/ckks/CKKSReencryptOutgoingItemsOperation.h index 6cd17a24..e8947de5 100644 --- a/keychain/ckks/CKKSReencryptOutgoingItemsOperation.h +++ b/keychain/ckks/CKKSReencryptOutgoingItemsOperation.h @@ -26,6 +26,8 @@ #import #import "keychain/ckks/CKKSGroupOperation.h" +NS_ASSUME_NONNULL_BEGIN + @class CKKSKeychainView; @interface CKKSReencryptOutgoingItemsOperation : CKKSResultOperation @@ -37,4 +39,6 @@ @end +NS_ASSUME_NONNULL_END + #endif // OCTAGON