19 lines
226 B
C
19 lines
226 B
C
![]() |
//
|
||
|
// MainPresenter.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by apple on 2021/9/8.
|
||
|
//
|
||
|
|
||
|
#import "BaseMvpPresenter.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MainPresenter : BaseMvpPresenter
|
||
|
|
||
|
- (void)autoLogin;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|