xplan ios start
This commit is contained in:
19
xplan-ios/Main/MVP/Protocol/BaseMvpProtocol.h
Normal file
19
xplan-ios/Main/MVP/Protocol/BaseMvpProtocol.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// BaseMvpProtocol.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by zu on 2021/8/31.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@protocol BaseMvpProtocol <NSObject>
|
||||
|
||||
- (void)tokenInvalid;
|
||||
- (void)completeUserInfo;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user