1234567891011121314151617 |
- //
- // RQPlaceDetailViewModel.h
- // JiaPei
- //
- // Created by 张嵘 on 2023/4/17.
- //
- #import "RQCommonViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQPlaceDetailViewModel : RQCommonViewModel
- @property (nonatomic, readonly, strong) RQPlaceListModel *placeListModel;
- @end
- NS_ASSUME_NONNULL_END
|