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