Files
yuyin_ios/SweetParty/主类/Dynamic/View/SPTrendReportCell.h
2025-08-08 11:05:33 +08:00

27 lines
469 B
Objective-C
Executable File

//
// SPTrendReportCell.h
// SweetParty
//
// Created by bj_szd on 2022/6/17.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPTrendReportCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIButton *selBtn;
@property (weak, nonatomic) IBOutlet UILabel *reasonLab;
@end
@interface SPTrendReportModel : NSObject
@property (nonatomic, copy) NSString *id;
@property (nonatomic, copy) NSString *type_name;
@end
NS_ASSUME_NONNULL_END