ShareRequestModel.h
436 字节
//
// ShareRequestModel.h
// DreamSleep
//
// Created by peter on 2022/6/9.
//
#import "DSNetworkTool.h"
NS_ASSUME_NONNULL_BEGIN
@interface ShareRequestModel : DSNetworkTool
@property (nonatomic, strong) NSArray *shareListData;
/// 海报和长图接口
/// @param completion completion
+ (NSURLSessionDataTask *)queryShareImagesWithCompletion:(void (^)(ShareRequestModel *requestModel))completion;
@end
NS_ASSUME_NONNULL_END