17 lines
231 B
Objective-C
17 lines
231 B
Objective-C
//
|
|
// YMMineVisitorViewController.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/1/26.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineVisitorViewController : MvpViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|