20 lines
272 B
Objective-C
20 lines
272 B
Objective-C
//
|
|
// SPBlindXunlehuiCell.h
|
|
// SweetParty
|
|
//
|
|
// Created by yons on 2024/11/21.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SPBlindXunlehuiCell : UITableViewCell
|
|
|
|
@property (weak, nonatomic) IBOutlet UILabel *contentL;
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|