1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-06 16:36:47 +00:00

ALMOST WORK

This commit is contained in:
Burrit0z
2020-05-19 15:25:31 -04:00
parent 2e22429510
commit 70efe3ecb7
3 changed files with 20 additions and 29 deletions

View File

@ -3,8 +3,8 @@
KAIBattery *instance;
@implementation KAIBattery
-(instancetype)initWithFrame:(CGRect)arg1 {
self = [super initWithFrame:arg1];
-(instancetype)init {
self = [super init];
instance = self;
if (self) {
/*self.translatesAutoresizingMaskIntoConstraints = NO;