// // Api+Message.h // xplan-ios // // Created by zu on 2021/12/8. // #import "Api.h" NS_ASSUME_NONNULL_BEGIN @interface Api (Message) + (void)getChatLimit:(HttpRequestHelperCompletion)complection receiverUid:(NSString *)receiverUid ; @end NS_ASSUME_NONNULL_END