Keine Beschreibung

FKPriceWarnRequest.h 493B

12345678910111213141516171819
  1. //
  2. // FKPriceWarnRequest.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 FKPriceWarnRequest : NSObject
  10. + (void)reqPriceWarnWithGoodsId:(NSString *)goodsId
  11. expectPrice:(NSInteger)expectPrice
  12. notifyType:(NSInteger)notifyType
  13. identify:(int)identify
  14. delegate:(id <FLNetworkDelegate>)delegate;
  15. @end