Açıklama Yok

FKExploreReform.h 340B

123456789101112131415161718
  1. //
  2. // FKExploreReform.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/2/16.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKExploreReform : NSObject
  10. + (NSArray *)parserExploreTopicTags:(NSDictionary *)json;
  11. + (NSMutableArray *)parserExploreTopicList:(NSDictionary *)json;
  12. @end