19 lines
233 B
C
19 lines
233 B
C
![]() |
//
|
||
|
// MessagePresenter.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by zu on 2021/12/8.
|
||
|
//
|
||
|
|
||
|
#import "BaseMvpPresenter.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MessagePresenter : BaseMvpPresenter
|
||
|
|
||
|
- (void)getChatLimit;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|