Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ios
  • AliyunOSSiOS.framework
  • Headers
  • NSMutableData+OSS_CRC.h
  • 个人信息数据绑定
    e81ace0c
    赵世强 authored
    2018-04-19 18:58:52 +0800  
    Browse Code »
NSMutableData+OSS_CRC.h 249 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  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