// // FKShoppingLiveRequest.h // FirstLink // // Created by Lofty on 16/10/13. // Copyright © 2016年 FirstLink. All rights reserved. // #import extern const int ShoppingLiveListRequestIdentify; extern const int ShoppingLiveNextPageRequestIdentify; @interface FKShoppingLiveRequest : NSObject + (void)requestShoppingLivesDataWithDelegate:(id)delegate; + (void)requestNextPageWithStartRow:(NSUInteger)startRow anchorID:(NSString *)anchor_id delegate:(id)delegate; @end