我正在构建一个UIView,它连接到一个包含商店商品列表的UITableView,并由与对象类(shopObjects)关联的数据数组填充。这是我的商店对象H文件-#import@interfaceshopObjects:NSObject@property(strong)NSString*shopITitle;@property(strong)NSString*shopIGroup;@property(strong)NSString*shopIDesc;@property(strong)NSString*shopIPrice;@propertyBooleanoffer;-(id)ini