1
0
ミラー元 https://github.com/Burrit0z/kai 前回の同期 2025-07-03 05:46:48 +00:00
ファイル
kai/KAIBatteryPlatter.h
2020-06-02 17:02:46 -04:00

12 行
468 B
Objective-C
実行ファイル

@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