mirror of
https://github.com/Burrit0z/kai
synced 2025-07-03 13:36:47 +00:00
lots
This commit is contained in:
13
Kai.xm
13
Kai.xm
@ -101,11 +101,16 @@
|
||||
}
|
||||
%end
|
||||
|
||||
%hook _CSSingleBatteryChargingView
|
||||
%hook CSBatteryChargingView
|
||||
|
||||
-(void)initWithFrame:(CGRect)arg1 {
|
||||
%orig;
|
||||
[self removeFromSuperview];
|
||||
+(id)batteryChargingViewWithSingleBattery {
|
||||
//NSLog(@"kai: here bro: %@", [NSThread callStackSymbols]);
|
||||
//[UIPasteboard generalPasteboard].string = [NSString stringWithFormat:@"kai: here bro: %@", [NSThread callStackSymbols]];
|
||||
return nil;
|
||||
}
|
||||
|
||||
+(id)batteryChargingViewWithDoubleBattery {
|
||||
return nil;
|
||||
}
|
||||
|
||||
-(CGFloat)desiredVisibilityDuration {
|
||||
|
Reference in New Issue
Block a user