わしの考えたobj-c 3.0 ではメッセージ式もドットシンタックスで書ける。

if (obj.isKindOfClass(UIView.class)) {
 obj.removeFromSuperView();
}