So, I have class:
@interface Controller : NSObject { UILabel* fileDescription; } @property(strong, nonatomic) UILabel* fileDescription;
D
Ans is NO Because with ARC no need to dealloc.