12345678910111213141516171819 |
- //
- // FKVipFeatureCell.h
- // FirstLink
- //
- // Created by jack on 15/9/11.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKMyVipViewModel.h"
- @interface FKVipFeatureCell : UITableViewCell
- @property (nonatomic, weak) FKMyVipViewModel *viewModel;
- @property (nonatomic, strong) UIButton *buyButton;
- @end
|