Files

19 lines
265 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// ZXYChooseNumCell.h
// SweetParty
//
// Created by MAC on 2024/5/6.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ZXYChooseNumCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UILabel *numLab;
@end
NS_ASSUME_NONNULL_END