Files
yinmeng-ios/xplan-ios/Main/Message/Api/Api+Message.h

19 lines
271 B
C
Raw Normal View History

2021-12-08 18:53:19 +08:00
//
// 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 ;
2021-12-08 18:53:19 +08:00
@end
NS_ASSUME_NONNULL_END