Files
peko-ios/YuMi/Modules/YMMine/View/YUMIManeProvisionTabulationRegardElement.h
2023-07-06 16:54:13 +08:00

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