洛阳学员端
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

7 months ago
  1. //
  2. // NSMutableData+OSS_CRC.h
  3. // AliyunOSSSDK
  4. //
  5. // Created by 怀叙 on 2017/11/29.
  6. // Copyright © 2017年 阿里云. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSMutableData (OSS_CRC)
  10. - (uint64_t)oss_crc64;
  11. @end