]> git.saurik.com Git - apple/security.git/blobdiff - keychain/ckks/CKKSReencryptOutgoingItemsOperation.h
Security-59306.41.2.tar.gz
[apple/security.git] / keychain / ckks / CKKSReencryptOutgoingItemsOperation.h
index 6cd17a242d66c3838779959326145b906297a014..e8947de59d48168698491688490f08126ab6823f 100644 (file)
@@ -26,6 +26,8 @@
 #import <Foundation/Foundation.h>
 #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