ifish/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/ElectricityCell.h

20 lines
374 B
Objective-C

//
// ElectricityCell.h
// Ifish
//
// Created by 祝发冬 on 2022/5/29.
// Copyright © 2022 lianlian. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ElectricityCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *monthLabel;
@property (weak, nonatomic) IBOutlet UILabel *powerLabel;
@end
NS_ASSUME_NONNULL_END