首页数据对接

This commit is contained in:
liyuhua
2023-09-05 15:37:02 +08:00
parent 32d974eb12
commit 4e6769dee5
33 changed files with 726 additions and 93 deletions

View File

@@ -8,8 +8,13 @@
#import "BaseViewController.h"
#import "BaseMvpPresenter.h"
NS_ASSUME_NONNULL_BEGIN
typedef void(^HeaderRefreshComplete)(void);
@interface MvpViewController<T> : BaseViewController
@property (nonatomic, strong) __kindof T presenter;