transmission/macosx/ShareToolbarItem.h

16 lines
289 B
Objective-C

//
// ShareButtonToolbarItem.h
// Transmission
//
// Created by Mitchell Livingston on 1/8/14.
// Copyright (c) 2014 The Transmission Project. All rights reserved.
//
#import "ButtonToolbarItem.h"
@interface ShareToolbarItem : ButtonToolbarItem
+ (NSArray *)shareTorrentURLs;
@end