Nenhuma Descrição

FKVipFeatureCell.h 353B

12345678910111213141516171819
  1. //
  2. // FKVipFeatureCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/9/11.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKMyVipViewModel.h"
  10. @interface FKVipFeatureCell : UITableViewCell
  11. @property (nonatomic, weak) FKMyVipViewModel *viewModel;
  12. @property (nonatomic, strong) UIButton *buyButton;
  13. @end