23 lines
262 B
Mathematica
23 lines
262 B
Mathematica
|
|
//
|
||
|
|
// 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
|