3d1fb38a1b
- Added Crypto framework wrapper project so allow use in swift without Objective-C code - Created TorrentMetaInfo class and implemented parsing of info dictionary
18 lines
500 B
Objective-C
18 lines
500 B
Objective-C
//
|
|
// BitTorrent.h
|
|
// BitTorrent
|
|
//
|
|
// Created by Ben Davis on 02/01/2016.
|
|
// Copyright © 2016 Ben Davis. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for BitTorrent.
|
|
FOUNDATION_EXPORT double BitTorrentVersionNumber;
|
|
|
|
//! Project version string for BitTorrent.
|
|
FOUNDATION_EXPORT const unsigned char BitTorrentVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <BitTorrent/PublicHeader.h>
|