Files
WebApp/ShenQi/AreaCodeTableViewCell.h
2024-12-20 17:49:45 +08:00

19 lines
271 B
Objective-C

//
// AreaCodeTableViewCell.h
// ShenQi
//
// Created by Yao on 2024/11/9.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AreaCodeTableViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@end
NS_ASSUME_NONNULL_END