mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-06-15 01:49:02 +08:00
16 lines
249 B
Objective-C
16 lines
249 B
Objective-C
//
|
|
// 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
|