暫無描述

FKHomeReform.h 316B

1234567891011121314151617
  1. //
  2. // FKHomeReform.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/7/16.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKHomeReform : NSObject
  10. +(NSInteger)parseCouponCount:(NSDictionary *)json;
  11. +(NSString *)parseServerTime:(NSDictionary *)json;
  12. @end