I have classes we wrote for one of our customers, to be used in their own iPhone code.
We would like to make the classes sealed for observing and prevent the code from being copied like we would do in Windows by a closed DLL or compiled SWF in Flash.
Is there a way to do the same for iPhone classes?