DITPeerV2Parser

@interface DITPeerV2Parser : NSObject

+ (NSArray<DITRemotePeerV2 *> *__nullable)parseJSON:(NSString *)json;

@end

Undocumented