Brak opisu

DetailTransitCommonCell.h 544B

1234567891011121314151617181920
  1. //
  2. // DetailTransitCommonCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/7/21.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UITableViewCell+PindanDetail.h"
  10. @interface DetailTransitCommonCell : FKDetailControllerBaseCell
  11. @property (nonatomic, strong, readonly) UILabel *leftLabel;
  12. @property (nonatomic, strong, readonly) UILabel *rightLabel;
  13. @property (nonatomic, strong, readonly) UIView *topLine; // 默认隐藏
  14. @property (nonatomic, strong, readonly) UIView *bottomLine;
  15. @end