Files
peko-ios/YuMi/Modules/YMMessage/Api/Api+Message.h
2023-07-06 16:54:13 +08:00

19 lines
279 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)acquireChinwagRestriction:(HttpRequestHelperCompletion)complection receiverUid:(NSString *)receiverUid ;
@end
NS_ASSUME_NONNULL_END