mirror of
https://github.com/Burrit0z/kai
synced 2025-07-06 16:36:47 +00:00
ALMOST WORK
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user