Bez popisu

FKCouponTableViewCell.h 390B

1234567891011121314151617181920212223
  1. //
  2. // CashCouponCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/6/19.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKCouponItem.h"
  10. #import "FKCouponViewModel.h"
  11. /**
  12. 代金券
  13. */
  14. @interface FKCouponTableViewCell : UITableViewCell
  15. - (void)configCellWith:(FKCouponItem *)item serveTime:(NSString *)serveTime;
  16. + (CGFloat)height;
  17. @end