// // RQPlaceDetailNoteViewModel.h // JiaPei // // Created by 张嵘 on 2023/4/17. // #import "RQCommonViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQPlaceDetailNoteViewModel : RQCommonViewModel /// 数组 @property (nonatomic, readonly, copy) NSArray *items; @property (nonatomic, readonly, strong) RQPlaceListModel *placeListModel; @end NS_ASSUME_NONNULL_END