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