Files
2025-08-08 11:05:33 +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