// // ElectricityView.m // Ifish // // Created by 祝发冬 on 2022/5/29. // Copyright © 2022 lianlian. All rights reserved. // #import "ElectricityView.h" @implementation ElectricityView /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ @end