Do I need use dealloc method with ARC?

后端 未结 5 1705
别跟我提以往
别跟我提以往 2021-02-01 14:03

So, I have class:

@interface Controller : NSObject
{
    UILabel* fileDescription;
}

@property(strong, nonatomic) UILabel* fileDescription;

D

5条回答
提交回复
热议问题