No Description

FKPhoneNumberCell.h 265B

1234567891011121314
  1. //
  2. // FKPhoneNumberCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/5/26.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKPhoneNumberCell : UITableViewCell
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. @end