__weak id weakSelf = self;
[someObject someMethodWithBlock:^{    
[weakSelf someOtherMethod];
}]