iOS MRC dealloc

dealloc是个特殊的方法,Objective-C会在对象销毁前调用该方法。需要为每个自定义类实现dealloc方法。

你可能感兴趣的:(iOS MRC dealloc)