19 lines
234 B
Objective-C
19 lines
234 B
Objective-C
//
|
|
// 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;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|