mirror of
https://github.com/Burrit0z/kai
synced 2025-07-05 22:46:47 +00:00
11 lines
413 B
Objective-C
Executable File
11 lines
413 B
Objective-C
Executable File
@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 |