123456789101112131415161718192021 |
- //
- // FKCircleProductRequest.h
- // FirstLink
- //
- // Created by ascii on 16/6/15.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "FKCircleProductViewModel.h"
- @interface FKCircleProductRequest : NSObject
- + (void)requestItems:(int)identify
- startRow:(NSString *)startRow
- pageSize:(NSString *)pageSize
- productType:(FKCircleProductType)productType
- deleagate:(id<FLNetworkDelegate>)delegate;
- @end
|