Files
yuyin_ios/SweetParty/主类/音悦新增/房间补贴/SubsidyCell.h

22 lines
411 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// SubsidyCell.h
// YaYin
//
// Created by dlan on 2023/1/14.
// Copyright © 2023 YaYin. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SubsidyCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *numLab;
@property (weak, nonatomic) IBOutlet UILabel *liushuiLab;
@property (weak, nonatomic) IBOutlet UILabel *butieLab;
@end
NS_ASSUME_NONNULL_END