şunun yansıması
https://github.com/Burrit0z/kai
eşitlendi 2025-07-03 05:56:47 +00:00
12 satır
468 B
Objective-C
Çalıştırılabilir Dosya
12 satır
468 B
Objective-C
Çalıştırılabilir Dosya
@interface KAIBatteryPlatter : UIStackView
|
|
@property (nonatomic, assign) NSInteger number;
|
|
@property (nonatomic, assign) NSInteger oldCountOfDevices;
|
|
@property (nonatomic, strong) NSLayoutConstraint *heightConstraint;
|
|
@property (nonatomic, strong) KAIStackView *stack;
|
|
@property (nonatomic, assign) BOOL isUpdating;
|
|
@property (nonatomic, assign) BOOL queued;
|
|
+(KAIBatteryPlatter *)sharedInstance;
|
|
-(instancetype)init;
|
|
-(void)refreshForPrefs;
|
|
-(void)updateBattery;
|
|
@end |