Nenhuma Descrição

FKPriceWarnListRequest.h 561B

123456789101112131415161718192021
  1. //
  2. // FKPriceWarnListRequest.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/5/27.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKPriceWarnListRequest : NSObject
  10. + (void)reqWarnListWithIdentify:(int)identify
  11. startRow:(NSInteger)startRow
  12. delegate:(id<FLNetworkDelegate>)delegate;
  13. + (void)reqRemoveWarnWithIdentify:(int)identify
  14. goodsID:(NSString *)goodsID
  15. delegate:(id<FLNetworkDelegate>)delegate;
  16. @end