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

22 lines
404 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// YYJYRelationCell.h
// YaYin
//
// Created by bj_szd on 2023/7/26.
// Copyright © 2023 YaYin. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "YYJYRelationModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface YYJYRelationCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *bgImgV;
@property (weak, nonatomic) IBOutlet UILabel *titleLab;
@end
NS_ASSUME_NONNULL_END