ProductStockModel.m 273 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // // ProductStockModel.m // XFFruit // // Created by Javen on 2017/5/11. // Copyright © 2017年 Xummer. All rights reserved. // #import "ProductStockModel.h" @implementation ProductStockModel - (void)setValue:(id)value forUndefinedKey:(NSString *)key { } @end