Files
mier_ios/SweetParty/主类/音悦新增/炼仙传说/WLStakeItem.m
2025-08-11 10:43:19 +08:00

19 lines
266 B
Objective-C

//
// WLStakeItem.m
// romantic
//
// Created by Xmac on 2024/4/20.
// Copyright © 2024 romantic. All rights reserved.
//
#import "WLStakeItem.h"
@implementation WLStakeItem
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
@end