No Description

FKWantBuyViewModel.h 347B

1234567891011121314151617
  1. //
  2. // FKWantBuyViewModel.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/19.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKWantBuyViewModel : NSObject
  10. @property (nonatomic, strong) NSString *totalCount;
  11. @property (nonatomic, strong) NSMutableArray *dataArray;
  12. @end