






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface EnergyCapOutLargerZoomingCell : UITableViewCell


@property (nonatomic,strong) UIImageView * hostOwnZipView;


@property (nonatomic,strong) UILabel * evaluateName;


@property (nonatomic,strong) UILabel * itsImageOptTime;

@end

NS_ASSUME_NONNULL_END
