动态完成了

This commit is contained in:
fengshuo
2022-08-18 16:39:14 +08:00
parent 30d4e2f354
commit 0ac8ac5b51
37 changed files with 1739 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
//
// XPMonentsMineViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/8/18.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@class MonentsInfoModel;
@interface XPMonentsMineViewController : MvpViewController
@property (nonatomic,strong) NSArray<MonentsInfoModel *>*dynamicInfo;
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
@end
NS_ASSUME_NONNULL_END