Files
yuyin_ios/SweetParty/主类/Mine/VIP/YYVipItemCell.m

23 lines
262 B
Mathematica
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// YYVipItemCell.m
// SweetParty
//
// Created by bj_szd on 2022/6/11.
//
#import "YYVipItemCell.h"
@implementation YYVipItemCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
@end
@implementation YYVipItemModel
@end