// // 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