소스 검색

w

pull/1/head
Burrit0z 4 년 전
부모
커밋
c585ca04ba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Kai.xm

+ 2
- 2
Kai.xm 파일 보기

@@ -90,7 +90,6 @@ CGRect originalBattery;
setFrame = YES;
batteryWidget = self;
}
[self KaiUpdate];
}

%new
@@ -124,8 +123,9 @@ CGRect originalBattery;
}

-(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context{
NSLog(@"It works");
dispatch_async(dispatch_get_main_queue(), ^{
[[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil];
});
}
%end

Loading…
취소
저장