// // 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