17 lines
228 B
Objective-C
17 lines
228 B
Objective-C
//
|
|
// MedalsWearingViewController.h
|
|
// YuMi
|
|
//
|
|
// Created by P on 2025/6/19.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MedalsWearingViewController : MvpViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|