14 lines
257 B
C
14 lines
257 B
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
|
||
|
|
||
|
@end
|