Нет описания

FKCircleProductRequest.h 494B

123456789101112131415161718192021
  1. //
  2. // FKCircleProductRequest.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/6/15.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "FKCircleProductViewModel.h"
  10. @interface FKCircleProductRequest : NSObject
  11. + (void)requestItems:(int)identify
  12. startRow:(NSString *)startRow
  13. pageSize:(NSString *)pageSize
  14. productType:(FKCircleProductType)productType
  15. deleagate:(id<FLNetworkDelegate>)delegate;
  16. @end