#5584 Share option in File menu and context menu

This commit is contained in:
Mitchell Livingston
2014-01-10 17:50:05 +00:00
parent 36032bf7b5
commit 6be3af35b3
9 changed files with 1349 additions and 6091 deletions

View File

@@ -0,0 +1,18 @@
//
// ShareTorrentFileHelper.h
// Transmission
//
// Created by Mitchell Livingston on 1/10/14.
// Copyright (c) 2014 The Transmission Project. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ShareTorrentFileHelper : NSObject
+ (ShareTorrentFileHelper *) sharedHelper;
- (NSArray *) shareTorrentURLs;
- (NSArray *) menuItems;
@end