mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
#5584 Share option in File menu and context menu
This commit is contained in:
18
macosx/ShareTorrentFileHelper.h
Normal file
18
macosx/ShareTorrentFileHelper.h
Normal 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
|
||||
Reference in New Issue
Block a user