1
0
zrcadlo https://github.com/Burrit0z/kai synchronizováno 2025-07-03 05:46:48 +00:00
Files
kai/KAIBatteryPlatter.h
Burrit0z 5bd0d5495c YES DUDE
2020-06-02 20:01:15 -04:00

12 řádky
514 B
Objective-C
Spustitelný soubor

@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;
@end