1234567891011121314151617 |
- //
- // FKWantBuyViewModel.h
- // FirstLink
- //
- // Created by 施昌鹏 on 16/8/19.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKWantBuyViewModel : NSObject
- @property (nonatomic, strong) NSString *totalCount;
- @property (nonatomic, strong) NSMutableArray *dataArray;
- @end
|