123456789101112131415161718192021 |
- //
- // NYGetjobTimeViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2023/6/9.
- // Copyright © 2023 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYGetjobTimeViewModel : RQCommonCollectionViewModel
- @property (nonatomic,strong) NSArray *subject_array;
- - (void)setNavTitle:(NSString*)title;
- @end
- NS_ASSUME_NONNULL_END
|