1 #ifdef DEBUG 2 NSLog(@"Cell recursive description: %@ ", [cell performSelector:@selector(recursiveDescription)]); 3 #endif
这是个私有方法
1 #ifdef DEBUG 2 NSLog(@"Cell recursive description: %@ ", [cell performSelector:@selector(recursiveDescription)]); 3 #endif
这是个私有方法