Files
BitTorrentSwift/BitTorrent/BitTorrent.h
T
Ben Davis 3d1fb38a1b - Added BEncode project as a submodule
- Added Crypto framework wrapper project so allow use in swift without Objective-C code
- Created TorrentMetaInfo class and implemented parsing of info dictionary
2016-03-27 15:34:27 +01:00

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>