1234567891011121314151617181920 |
- //
- // FKFlashSaleRequest.h
- // FirstLink
- //
- // Created by ascii on 2017/6/8.
- // Copyright © 2017年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKFlashSaleRequest : NSObject
- + (void)requestHotSaleListWithIdentify:(NSInteger)identify
- beginDate:(NSString *)beginDate
- endDate:(NSString *)endDate
- startRow:(NSUInteger)startRow
- delegate:(id<FLNetworkDelegate>)delegate;
- @end
|