// // FKPriceWarnListRequest.h // FirstLink // // Created by jack on 16/5/27. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKPriceWarnListRequest : NSObject + (void)reqWarnListWithIdentify:(int)identify startRow:(NSInteger)startRow delegate:(id)delegate; + (void)reqRemoveWarnWithIdentify:(int)identify goodsID:(NSString *)goodsID delegate:(id)delegate; @end