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