mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-11 08:49:31 +08:00
11 lines
175 B
Objective-C
11 lines
175 B
Objective-C
//
|
|
// Bencoding.h
|
|
//
|
|
// Bencode decoding functions
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
// decode and return BENCOD'ed data
|
|
id decodeObjectFromBencodedData(NSData *data); |