8#import <Foundation/Foundation.h>
21@protocol NotificationRegistrationDelegate <NSObject>
29- (void)onNotificationRegistrationStepCompleteWithCommand:(NSString *)command;
37- (void)onNotificationRegistrationSuccessWithUser:(
OrchestrationUser *)orchestrationUser notificationIdentifier:(NSString *)notificationIdentifier;
Definition OrchestrationUser.h:17