Files
yuyin_ios/SweetParty/主类/Dynamic/View/SPTrendReportCell.m

22 lines
277 B
Mathematica
Raw Permalink Normal View History

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