mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 17:46:47 +00:00
mega brain dude
This commit is contained in:
@ -89,6 +89,7 @@ long long lastPercentage;
|
||||
//Panik
|
||||
}
|
||||
}
|
||||
[KAIBatteryCell resetArray];
|
||||
|
||||
//self.displayingDevices = [[NSMutableArray alloc] init];
|
||||
|
||||
|
@ -37,4 +37,5 @@
|
||||
-(instancetype)initWithFrame:(CGRect)arg1 device:(BCBatteryDevice *)device;
|
||||
-(void)updateInfo;
|
||||
+(instancetype)cellForDeviceIfExists:(BCBatteryDevice *)device frameToCreateNew:(CGRect)arg2;
|
||||
+(void)resetArray;
|
||||
@end
|
@ -164,8 +164,8 @@ NSMutableArray *deviceInstances = [[NSMutableArray alloc] init];
|
||||
//return deviceInstances;
|
||||
}
|
||||
|
||||
+(id)array {
|
||||
return deviceInstances;
|
||||
+(void)resetArray {
|
||||
deviceInstances = [[NSMutableArray alloc] init];
|
||||
}
|
||||
|
||||
@end
|
Reference in New Issue
Block a user