説明なし

FKCashCouponReform.h 447B

1234567891011121314151617181920212223
  1. //
  2. // FKCashCouponReform.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/9/8.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "FKCouponViewModel.h"
  10. @interface FKCashCouponReform : NSObject
  11. + (NSString *)parseTotalCount:(NSDictionary *)json;
  12. + (NSString *)parseServerTime:(NSDictionary *)json;
  13. /**
  14. 解析活动卡列表
  15. */
  16. + (NSMutableArray *)parseCouponItems:(NSDictionary *)json;
  17. @end