22 lines
394 B
Objective-C
22 lines
394 B
Objective-C
//
|
|
// YMMineItemTableViewCell.h
|
|
// YUMI
|
|
//
|
|
// Created by XY on 2023/2/20.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@class YUMIManeProvisionMatrix;
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YUMIManeProvisionTabulationRegardElement : UITableViewCell
|
|
|
|
@property (nonatomic, strong) YUMIManeProvisionMatrix *itemMatrix;
|
|
|
|
- (void)setMonopolizeApex:(BOOL)isApex bottom:(BOOL)isExtreme;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|