transmission/macosx/ToolbarSegmentedCell.h

10 lines
266 B
C
Raw Normal View History

// This file Copyright © 2007-2022 Transmission authors and contributors.
// It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder.
2008-04-22 13:25:53 +00:00
#import <AppKit/AppKit.h>
2008-04-22 13:25:53 +00:00
@interface ToolbarSegmentedCell : NSSegmentedCell
@end