| 1234567891011121314151617181920 |
- //
- // SitTabCell.h
- // Haishenghai-master
- //
- // Created by apple on 2019/4/4.
- // Copyright © 2019 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|