Nessuna descrizione

DetailSourceCell.h 540B

12345678910111213141516171819202122
  1. //
  2. // DetailSourceCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/8/25.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UITableViewCell+PindanDetail.h"
  10. @interface DetailSourceCell : UITableViewCell
  11. @property (nonatomic, strong) UILabel *titleLabel;
  12. @property (nonatomic, strong) UILabel *rightLabel;
  13. @property (nonatomic, strong) UIImageView *linkImgView;
  14. @property (nonatomic, strong) UIView *topLine;
  15. @property (nonatomic, strong) UIView *bottomLine;
  16. @end