Files
yuyin_ios/SweetParty/主类/狸猫新增/周星榜/LMWeekStarViewController.h
2025-08-08 11:05:33 +08:00

17 lines
224 B
Objective-C

//
// LMWeekStarViewController.h
// SweetParty
//
// Created by Xmac on 2024/8/6.
//
#import "BaseController.h"
NS_ASSUME_NONNULL_BEGIN
@interface LMWeekStarViewController : BaseController
@end
NS_ASSUME_NONNULL_END