ComListViewModel.h
345 字节
//
// ComListViewModel.h
// DreamSleep
//
// Created by peter on 2022/9/27.
//
#import "DSNetworkTool.h"
NS_ASSUME_NONNULL_BEGIN
@interface ComListViewModel : DSNetworkTool
@property (nonatomic, strong) NSArray *listArr;
- (void)getComListWithCompletion:(void (^)(ComListViewModel *requestModel))completion;
@end
NS_ASSUME_NONNULL_END