Files
2025-08-08 10:49:36 +08:00

18 lines
249 B
Objective-C

//
// OSSV1Signer.h
// AliyunOSSSDK
//
// Created by ws on 2023/12/26.
// Copyright © 2023 aliyun. All rights reserved.
//
#import "OSSSignerBase.h"
NS_ASSUME_NONNULL_BEGIN
@interface OSSV1Signer : OSSSignerBase
@end
NS_ASSUME_NONNULL_END