ミラー元
https://github.com/Burrit0z/kai
前回の同期 2025-07-04 01:26:48 +00:00
13 行
538 B
Objective-C
実行ファイル
13 行
538 B
Objective-C
実行ファイル
@interface KAIBatteryPlatter : UIScrollView <UIScrollViewDelegate>
|
|
@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)initWithFrame:(CGRect)arg1;
|
|
-(void)refreshForPrefs;
|
|
-(void)updateBattery;
|
|
-(void)calculateHeight;
|
|
@end |