
- 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
19 lines
320 B
Objective-C
19 lines
320 B
Objective-C
//
|
|
// YMMineVisitorViewController.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/1/26.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineVisitorViewController : MvpViewController
|
|
|
|
- (instancetype)initWithVIPVisible:(BOOL)visible vipLimit:(NSInteger)visitListVipLimit;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|