
- Removed YuMi/Library/ (138 MB, not tracked) - Removed YuMi/Resources/ (23 MB, not tracked) - Removed old version assets (566 files, not tracked) - Excluded Pods/, xcuserdata/ and other build artifacts - Clean repository optimized for company server deployment
21 lines
396 B
Objective-C
21 lines
396 B
Objective-C
//
|
|
// XPMomentUserDataViewController.h
|
|
// YuMi
|
|
//
|
|
// Created by P on 2024/6/24.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
#import <JXPagingView/JXPagerView.h>
|
|
@class MomentsInfoModel;
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMomentUserDataViewController : MvpViewController<JXPagerViewListViewDelegate>
|
|
|
|
@property (nonatomic,strong) NSArray<MomentsInfoModel *>*dynamicInfo;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|