]> git.saurik.com Git - apple/security.git/blobdiff - keychain/ckks/CKKSGroupOperation.h
Security-59306.41.2.tar.gz
[apple/security.git] / keychain / ckks / CKKSGroupOperation.h
index ccbd4a17a2cca911717dfcc0366572270e63ce78..98988e1bc48f6b975014ebe2ba795e583980e44f 100644 (file)
@@ -27,6 +27,8 @@
 #include <dispatch/dispatch.h>
 #import "keychain/ckks/CKKSResultOperation.h"
 
+NS_ASSUME_NONNULL_BEGIN
+
 @interface CKKSGroupOperation : CKKSResultOperation
 {
     BOOL executing;
@@ -48,4 +50,6 @@
 - (void)dependOnBeforeGroupFinished:(NSOperation*)suboperation;
 @end
 
+NS_ASSUME_NONNULL_END
+
 #endif  // OCTAGON