1 //
2 //  ShareButtonToolbarItem.h
3 //  Transmission
4 //
5 //  Created by Mitchell Livingston on 1/8/14.
6 //  Copyright (c) 2014 The Transmission Project. All rights reserved.
7 //
8 
9 #import "ButtonToolbarItem.h"
10 
11 @interface ShareToolbarItem : ButtonToolbarItem
12 
13 @end
14