// // SitTabCell.h // Haishenghai-master // // Created by apple on 2019/4/4. // Copyright © 2019 Haishenghai intelligence network technology. All rights reserved. // #import #import "PlaceModel.h" NS_ASSUME_NONNULL_BEGIN @interface SitTabCell : UITableViewCell @property (strong, nonatomic) UILabel *botlabel; @property (nonatomic, strong) PlaceModel *model; @end NS_ASSUME_NONNULL_END