123456789101112131415161718 |
- //
- // FKExploreReform.h
- // FirstLink
- //
- // Created by ascii on 16/2/16.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKExploreReform : NSObject
- + (NSArray *)parserExploreTopicTags:(NSDictionary *)json;
- + (NSMutableArray *)parserExploreTopicList:(NSDictionary *)json;
- @end
|