- //
- // FKPhoneNumberCell.h
- // FirstLink
- //
- // Created by jack on 16/5/26.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKPhoneNumberCell : UITableViewCell
- @property (nonatomic, strong) UILabel *titleLabel;
- @end
|