12345678910111213141516171819 |
- //
- // NYGetjobStartRuleViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2023/6/9.
- // Copyright © 2023 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "RQCommonCollectionItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NYGetjobStartRuleViewModel : RQCommonCollectionItemViewModel
- @end
- NS_ASSUME_NONNULL_END
|