zrcadlo
https://github.com/Burrit0z/kai
synchronizováno 2025-07-02 00:56:47 +00:00
12 řádky
478 B
Objective-C
12 řádky
478 B
Objective-C
@interface KAIBatteryStack : UIStackView
|
|
@property (nonatomic, strong) NSMutableArray *displayingDevices;
|
|
@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 |