1234567891011121314151617 |
- //
- // FKWantBuyReform.h
- // FirstLink
- //
- // Created by 施昌鹏 on 16/8/18.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKWantBuyReform : NSObject
- + (NSInteger)pareserTotalCount:(NSDictionary *)dict;
- + (NSString *)parseStatus:(NSDictionary *)dict targetURL:(NSString *)targetURL;
- +(NSString *)pareserStorageNumber:(NSDictionary *)dict;
- +(NSMutableArray *)parserWantBuyDetailWithDict:(NSDictionary *)dict;
- @end
|