// This file is meant to be used with the mock SDK, not the real one. #import @protocol ABCErrorProtocol - (void)didFail:(NSError * _Nonnull)error; - (void)didFailOptional:(NSError * _Nullable)error; @end