// // PlayCGIParserProtocol.h // SuperPlayer // // Created by cui on 2019/12/25. // Copyright © 2019 annidy. All rights reserved. // #import #import "SPPlayCGIParseResult.h" NS_ASSUME_NONNULL_BEGIN @protocol SPPlayCGIParserProtocol + (SPPlayCGIParseResult *)parseResponse:(NSDictionary *)jsonResp; @end NS_ASSUME_NONNULL_END