鏡像自
https://github.com/Burrit0z/kai
已同步 2025-06-30 21:36:47 +00:00
11 行
413 B
Objective-C
可執行檔
11 行
413 B
Objective-C
可執行檔
@interface KAIBatteryStack : UIStackView
|
|
@property (nonatomic, assign) NSInteger number;
|
|
@property (nonatomic, assign) NSInteger oldCountOfDevices;
|
|
@property (nonatomic, strong) NSLayoutConstraint *heightConstraint;
|
|
@property (nonatomic, assign) BOOL isUpdating;
|
|
@property (nonatomic, assign) BOOL queued;
|
|
+(KAIBatteryStack *)sharedInstance;
|
|
-(instancetype)init;
|
|
-(void)refreshForPrefs;
|
|
-(void)updateBattery;
|
|
@end |