// // FKHomeReform.h // FirstLink // // Created by 施昌鹏 on 16/7/16. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKHomeReform : NSObject +(NSInteger)parseCouponCount:(NSDictionary *)json; +(NSString *)parseServerTime:(NSDictionary *)json; @end