首页数据对接
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user