暫無描述

ConnectServiceHeaderCell.h 394B

1234567891011121314151617
  1. //
  2. // ConnectServiceHeaderCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/6/18.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. // 商品信息和联系客服
  8. #import <UIKit/UIKit.h>
  9. @interface ConnectServiceHeaderCell : UITableViewCell
  10. @property (nonatomic, strong, readonly) UILabel *titleLabel;
  11. @property (nonatomic, strong) UIImageView *connectService;
  12. @end