Files
yinmeng-ios/xplan-ios/Main/Login/Presenter/LoginPresenter.h
2021-09-06 18:51:44 +08:00

19 lines
279 B
Objective-C

//
// LoginPresenter.h
// xplan-ios
//
// Created by zu on 2021/9/1.
//
#import "BaseMvpPresenter.h"
NS_ASSUME_NONNULL_BEGIN
@interface LoginPresenter : BaseMvpPresenter
- (void)phoneQuickLogin:(NSString *)accessToken token:(NSString*) token;
@end
NS_ASSUME_NONNULL_END