17 lines
311 B
Objective-C
17 lines
311 B
Objective-C
//
|
|
// XPMineSwitchLanguageCell.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2024/4/9.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "XPMineSettingItemModel.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineSwitchLanguageCell : UITableViewCell
|
|
@property(nonatomic,strong) XPMineSettingItemModel * model;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|