// // FKTopicRequest.h // FirstLink // // Created by jack on 15/10/12. // Copyright © 2015年 FirstLink. All rights reserved. // #import #define TOPIC_LIST_REQ 2000 #define TOPIC_LIST_MORE_REQ 2001 @interface FKTopicRequest : NSObject + (void)requestTopicListWithTopicId:(NSString *)topicId startRow:(NSUInteger)startRow pageSize:(NSUInteger)pageSize updateTime:(NSString *)updateTime deleagate:(id)delegate; + (void)requestRelatedTopicList:(int)identify topicID:(NSString *)topicID deleagate:(id)delegate; + (void)requestShareTarget:(int)identify topicID:(NSString *)topicID deleagate:(id)delegate; @end