洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
249 B

//
// NSMutableData+OSS_CRC.h
// AliyunOSSSDK
//
// Created by 怀叙 on 2017/11/29.
// Copyright © 2017年 阿里云. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSMutableData (OSS_CRC)
- (uint64_t)oss_crc64;
@end