19 lines
266 B
Objective-C
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
|