Nessuna descrizione

FKPointDetailListCell.h 380B

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