Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b665fa1 + 57abde3 commit 273ae6aCopy full SHA for 273ae6a
1 file changed
BlocksKit/NSObject+BlockObservation.m
@@ -45,12 +45,9 @@ - (id)initWithObservee:(id)observee keyPaths:(NSArray *)keyPaths options:(NSKeyV
45
}
46
47
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context {
48
- NSLog(@"hr");
49
if (context != &BKBlockObservationContext) return;
50
- NSLog(@"hre");
51
52
@synchronized(self) {
53
- NSLog(@"here");
54
switch (self.context) {
55
case BKObserverContextKey: {
56
BKSenderBlock task = self.task;
0 commit comments