
- 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
18 lines
432 B
Objective-C
18 lines
432 B
Objective-C
//
|
|
// YMMonentsTopicLatestViewController.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/8/18.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
#import <JXPagingView/JXPagerView.h>
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMonentsTopicLatestViewController : MvpViewController<JXPagerViewListViewDelegate>
|
|
@property (nonatomic,copy) NSString *worldId;
|
|
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|