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