Files
yinmeng-ios/xplan-ios/Main/Login/Presenter/LoginPresenter.h

19 lines
279 B
C
Raw Normal View History

2021-09-06 18:47:38 +08:00
//
// 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