No Description

FKWantBuyReform.h 476B

1234567891011121314151617
  1. //
  2. // FKWantBuyReform.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/18.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKWantBuyReform : NSObject
  10. + (NSInteger)pareserTotalCount:(NSDictionary *)dict;
  11. + (NSString *)parseStatus:(NSDictionary *)dict targetURL:(NSString *)targetURL;
  12. +(NSString *)pareserStorageNumber:(NSDictionary *)dict;
  13. +(NSMutableArray *)parserWantBuyDetailWithDict:(NSDictionary *)dict;
  14. @end