Files
peko-ios/YuMi/Modules/YMMessage/Api/Api+Message.h

20 lines
414 B
Objective-C

//
// Api+Message.h
// YUMI
//
// Created by zu on 2021/12/8.
//
#import "Api.h"
NS_ASSUME_NONNULL_BEGIN
@interface Api (Message)
+ (void)getChatLimit:(HttpRequestHelperCompletion)complection receiverUid:(NSString *)receiverUid ;
///获取私聊限制接口
+(void)getPrivateChatCheck:(HttpRequestHelperCompletion)complection content:(NSString *)content toUid:(NSString *)toUid;
@end
NS_ASSUME_NONNULL_END