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