Nav apraksta

FKGroupDetailRequest.h 463B

12345678910111213141516171819202122
  1. //
  2. // FKPintuanDetail.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/10/8.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #define REQUEST_PINTUAN_DETAIL 1
  10. #define REQUEST_NEXT_PAGE 2
  11. @interface FKGroupDetailRequest : NSObject
  12. + (void)requestItem:(int)identify
  13. postID:(NSString *)postID
  14. userID:(NSString *)userID
  15. deleagate:(id<FLNetworkDelegate>)delegate;
  16. @end