Files
peko-ios/YuMi/Modules/YMMine/View/XPMineUserInfoRecordedSoundVC.h
2023-08-10 16:25:34 +08:00

18 lines
383 B
Objective-C

//
// XPMineUserInfoRecordedSoundVC.h
// xplan-ios
//
// Created by duoban on 2022/12/29.
//
#import "MvpViewController.h"
#import "XPSoundCardModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineUserInfoRecordedSoundVC : MvpViewController
@property (nonatomic,strong) XPSoundCardModel *__nullable soundModel;
@property (nonatomic,copy) NSString* uid;
@end
NS_ASSUME_NONNULL_END