// // Xuanduo2DataUtility.h // Ifish // // Created by Alex on 2019/4/21. // Copyright © 2019 lianlian. All rights reserved. // #import #import "Xuanduo2Model.h" NS_ASSUME_NONNULL_BEGIN @interface Xuanduo2DataUtility : NSObject +(void)readSocketDataWithBackMsgModel:(Xuanduo2Model*)xuanduoModel addWithBackData:(NSData*)data; @end NS_ASSUME_NONNULL_END