ProductStockModel.m 273 Bytes
Newer Older
Sandy's avatar
Sandy committed
1 2 3 4 5 6 7 8 9 10 11
//
//  ProductStockModel.m
//  XFFruit
//
//  Created by Javen on 2017/5/11.
//  Copyright © 2017年 Xummer. All rights reserved.
//

#import "ProductStockModel.h"

@implementation ProductStockModel
Sandy's avatar
Sandy committed
12 13 14
- (void)setValue:(id)value forUndefinedKey:(NSString *)key {
    
}
Sandy's avatar
Sandy committed
15
@end