Files
mier_ios/SweetParty/主类/Mine/View/SPMineCell.h
2025-08-11 10:43:19 +08:00

20 lines
309 B
Objective-C
Executable File

//
// SPMineCell.h
// SweetParty
//
// Created by bj_szd on 2023/1/5.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPMineCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *imgV;
@property (weak, nonatomic) IBOutlet UILabel *titleLab;
@end
NS_ASSUME_NONNULL_END