14 lines
204 B
Mathematica
14 lines
204 B
Mathematica
|
|
//
|
||
|
|
// OSSSignerParams.m
|
||
|
|
// AliyunOSSSDK iOS
|
||
|
|
//
|
||
|
|
// Created by ws on 2023/12/26.
|
||
|
|
// Copyright © 2023 aliyun. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "OSSSignerParams.h"
|
||
|
|
|
||
|
|
@implementation OSSSignerParams
|
||
|
|
|
||
|
|
@end
|