jjzjj

operandStack

全部标签

ios - 没有可见的界面错误

我的模型的实现文件中有一个错误,我已将其注释掉。我该怎么做才能解决这个问题?提前致谢。#import"CalculatorBrain.h"@interfaceCalculatorBrain()@property(nonatomic,strong)NSMutableSet*operandStack;@end@implementationCalculatorBrain@synthesizeoperandStack=_operandStack;-(NSMutableArray*)operandStack{if(!_operandStack){_operandStack=[[NSMutable