SixSectionTableViewCell.h 422 B

123456789101112131415161718
  1. //
  2. // SixSectionTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/8/5.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SixSectionTableViewCell : UITableViewCell
  10. @property (nonatomic, strong) UILabel *pointTimeLabel;
  11. @property (nonatomic, strong) UILabel *pointPlaceLabel;
  12. - (CGFloat)setCellWithPlace:(NSString *)palceString andPlace:(NSString *)timeString;
  13. @end