Files
yinmeng-ios/xplan-ios/Main/Message/Presenter/MessagePresenter.h

19 lines
233 B
C
Raw Normal View History

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