8#import <Foundation/Foundation.h>
12@protocol OrchestrationProtocol;
13@protocol OrchestrationErrorDelegate;
14@protocol OrchestrationWarningDelegate;
15@protocol OrchestrationAccessGroup;
27- (id<OrchestrationProtocol> _Nullable)buildWithError:(NSError **)error;
69- (
OrchestratorBuilder *)setErrorDelegate:(
id<OrchestrationErrorDelegate>)orchestrationErrorDelegate;
76- (
OrchestratorBuilder *)setWarningDelegate:(
id <OrchestrationWarningDelegate>)orchestrationWarningDelegate;
Definition CDDCParams.h:17
Definition OrchestratorBuilder.h:22