SitTabCell.h 411 B

1234567891011121314151617181920
  1. //
  2. // SitTabCell.h
  3. // Haishenghai-master
  4. //
  5. // Created by apple on 2019/4/4.
  6. // Copyright © 2019 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "PlaceModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface SitTabCell : UITableViewCell
  12. @property (strong, nonatomic) UILabel *botlabel;
  13. @property (nonatomic, strong) PlaceModel *model;
  14. @end
  15. NS_ASSUME_NONNULL_END