Files
yuyin_ios/SweetParty/主类/音悦新增/交友厅/YYJYRelationCell.m

19 lines
277 B
Mathematica
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// YYJYRelationCell.m
// YaYin
//
// Created by bj_szd on 2023/7/26.
// Copyright © 2023 YaYin. All rights reserved.
//
#import "YYJYRelationCell.h"
@implementation YYJYRelationCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
@end