Нет описания

SubmitDiscountCardCell.h 486B

1234567891011121314151617
  1. //
  2. // SubmitDiscountCardCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/6/19.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. // 代金券
  8. #import <UIKit/UIKit.h>
  9. @interface SubmitDiscountCardCell : UITableViewCell
  10. @property (nonatomic, strong, readonly) UILabel *titleLabel;
  11. @property (nonatomic, strong, readonly) UILabel *disCountLabel;
  12. @property (nonatomic, strong, readonly) UIButton *actionButton;
  13. @property (nonatomic, strong) UIView *bottomLine;
  14. @end