#include <dispatch/dispatch.h>
#import "keychain/ckks/CKKSResultOperation.h"
+NS_ASSUME_NONNULL_BEGIN
+
@interface CKKSGroupOperation : CKKSResultOperation
{
BOOL executing;
- (void)dependOnBeforeGroupFinished:(NSOperation*)suboperation;
@end
+NS_ASSUME_NONNULL_END
+
#endif // OCTAGON