Files
yinmeng-ios/xplan-ios/Main/Tabbar/MainPresenter.h

22 lines
331 B
C
Raw Normal View History

2021-09-07 23:05:43 +08:00
//
// MainPresenter.h
// xplan-ios
//
// Created by zu on 2021/9/8.
2021-09-07 23:05:43 +08:00
//
#import "BaseMvpPresenter.h"
NS_ASSUME_NONNULL_BEGIN
@interface MainPresenter : BaseMvpPresenter
- (void)autoLogin;
- (void)loginNIM;
- (void)getUserInfo;
/// 检查是否有未消费的内购订单
- (void)checkTranscation;
2021-09-07 23:05:43 +08:00
@end
NS_ASSUME_NONNULL_END