Files
yuyin_ios/SweetParty/主类/Mine/Wallet/LMTixianQianyueViewController.h
2025-08-08 11:05:33 +08:00

19 lines
281 B
Objective-C

//
// LMTixianQianyueViewController.h
// SweetParty
//
// Created by Xmac on 2024/9/12.
//
#import "BaseController.h"
NS_ASSUME_NONNULL_BEGIN
@interface LMTixianQianyueViewController : BaseController
@property (nonatomic, strong) NSString *url;
@end
NS_ASSUME_NONNULL_END