cdts/xdts-ios 3/TreeHole/Code/Features/Bottle/View/BottleUserNearbyTableViewCell.h
2023-07-27 09:20:00 +08:00

19 lines
377 B
Objective-C

//
// BottleUserNearbyTableViewCell.h
// TreeHole
//
// Created by 郑创权 on 2022/10/7.
//
#import <UIKit/UIKit.h>
#import "userNearbyModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface BottleUserNearbyTableViewCell : UITableViewCell
@property (nonatomic, strong)userNearbyModel* dataModel;
@property (nonatomic, strong)NSDictionary* shaiXuanDict;
@end
NS_ASSUME_NONNULL_END