1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00
transmission/macosx/ShareToolbarItem.h
2014-01-10 17:50:05 +00:00

13 lines
257 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
@end