技術メモです。Objective-Cやらなんやら。
#define TES(__OBJ1,__OBJ2) {\ if(__OBJ1!= __OBJ2){\ [__OBJ1 release];\ __OBJ1 =[__OBJ2 retain];} }