123456789101112131415161718 |
- //
- // FKPointDetailListCell.h
- // FirstLink
- //
- // Created by jack on 16/3/12.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKPointDetailListCell : UITableViewCell
- @property (nonatomic, strong) UILabel *addPointLabel;
- @property (nonatomic, strong) UILabel *sourceLabel;
- @property (nonatomic, strong) UILabel *timeLabel;
- @end
|