HandBrake/macosx/HBBadgeView.h

21 lines
445 B
Objective-C

/* HBBadgeView.h $
This file is part of the HandBrake source code.
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface HBBadgeView : NSView
@property (nonatomic, copy) NSString *badgeValue;
@property (nonatomic, copy) NSColor *badgeTextColor;
@property (nonatomic, copy) NSColor *badgeFillColor;
@end
NS_ASSUME_NONNULL_END