Files
mier_ios/SweetParty/主类/音悦新增/房间补贴/YYSubsidySetVC.h
2025-08-11 10:43:19 +08:00

19 lines
259 B
Objective-C
Executable File

//
// YYSubsidySetVC.h
// SweetParty
//
// Created by bj_szd on 2023/12/25.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface YYSubsidySetVC : BaseViewController
@property(nonatomic, copy) NSString *rid;
@end
NS_ASSUME_NONNULL_END